From: Matthias T. <mt...@we...> - 2012-05-07 18:26:42
|
Hi Jan, > What strikes me is that I can enter two identical words without an error. > This is not the case in other forth versions that I have used. > Is this a conscious choice or a bug? One design rule of amforth is to minimize code size. It needs code to check for already defined words, so I decided to not do it. Matthias |