Re: if then else - but why is there no ?else? in colorForth?
Jason Kemp <[email protected]> Mon, 03 Nov 2008 16:39:17 +0000
| Newsgroups | gmane.comp.lang.forth.colorforth |
|---|---|
| Message-ID | <[email protected]> |
Hi Albert, > Chuck Moore wanted to have if a meaning by itself. The same for > then. > Read this if you will: > conditional: w2 then-goon-with w3 ready > > Now this makes sense too > conditional: w2 ready maybe-goon-here: w3 ready > I’m sorry but I don’t understand the “meaning by itselfâ€. Am I missing the point or is it simple? Do you mean he specifically didn’t want an ‘else’? Jason