From: Erich W. <ew....@na...> - 2012-05-31 10:31:43
|
Hi Jan, On 05/31/2012 12:14 PM, Jan Kromhout wrote: > > Hello, I tested the word vocabulary with vocabulary test-vocabulary > only forth also test-vocabulary definitions: test1 ." test1" ; > : test2 ." test2" ; > : test3 ." test3" ; > : test4 ." test4" ; > : test5 ." test5" ;previous definitions On one thing all is working fine. When I wont > to go back to the Forth vocabulary, in my win32 forth I type in FORTH.When I try that > in amForth there is no posibilty to go back.System is not recognise anny words except > the ones in the vocabulary. What should I do? Thanks for anny help. > "FORTH" or "forth" ? Please note, that amforth is case-sensitive. Looking at http://amforth.sourceforge.net/words/index.html the word "forth" (lower case) is available. Cheers, Erich |