From: Kalus M. <mic...@on...> - 2011-04-10 08:16:44
|
Hi Hannu. Am 10.04.2011 um 04:48 schrieb Hannu Vuolasaho: .. >> Yes, UNTIL consumes a flag. IF consumes a flag too. > OK. Does amforth's words page have then error in if ( -- addr ) > ? shouldn't that be ( f -- addr) Also until ( addr -- ) > looks wrong. (f -- ) as it is making boolean decission. You are right, that has to be fixed. Maybe the "Forth Programmer's Handbook" is what you want, it is the de facto ANS Forth reference manual, regardless of which Forth implementation you use. http://www.forth.com/forth/forth-books.html Download a free copy of swiftForth evaluation version, the handbook is included as pdf file, a very fine piece of work. The ANS Forth Standard is included too. http://www.forth.com/swiftforth/dl.html The gforth user manual is a good reference as well. http://www.jwdt.com/~paysan/gforth.html Or look at dpans forth: http://www.complang.tuwien.ac.at/forth/dpans-html/ Michael |