From: Matthias T. <mt...@we...> - 2009-06-24 17:49:26
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ivan, Ivan Rudenok wrote: > Hello, Forthers! > > I'm using amForth v3.3 for AT90CAN128. > > I’ve a problem to develop a word „forget“. I’ll use only one > dictionary and I need this word to let MCU forget my own words. Can > anyone help me? Generally speaking: forget forget ;=). I wanted to have the word lists and it is very difficult (at least) to keep track of the different word lists to implement the forget properly. MARKER uses a different approach: It takes a snapshot of the whole word list settings and defines a new word. Whenever this word is called, it restores the word lists and thus removes itself. btw: you should definitly switch to release 3.4, it contains a few fixes wrt marker. Matthias -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFKQmcc9bEHdGEMFjMRAtPuAJ4tpimUK5U58H1yImOGg/KGzXteagCfX3KI +nhHUwy8w2mS9sMjuuoYUNs= =HeUu -----END PGP SIGNATURE----- |