if then else
Jason Kemp <[email protected]> Fri, 17 Oct 2008 22:37:10 +0100
| Newsgroups | gmane.comp.lang.forth.colorforth |
|---|---|
| Message-ID | <[email protected]> |
Good evening, I can’t find an ‘else’ so how does one construct an if-then-else? Should it really be done in two words: : word1 if ... ; then ... ; : word2 stuff-before word1 stuff-after ; Thanks, Jason