When a word is redefined, is it possible to access the old word? Imagine there is a word foo defined and redefined : foo ( n -- 2*n ) 2* ; ok : foo ( n -- 2*n+1 ) foo 1+ ; redefined foo ok 10 fo...| Stack Overflow
( "<spaces>name" -- )| forth-standard.org
AntonErtlNew Version: Traverse-wordlist does not find unnamed/unfinished definitions| forth-standard.org
Contributions by ruv| forth-standard.org
Contributions by AntonErtl| forth-standard.org
Contributions by lmr| forth-standard.org
As mentioned, there is no guarantee, so a system could run out of wordlists after 8 calls to `WORDLIST`, whether there were markers used or not. | Forth Standard