From: <ew....@na...> - 2012-10-21 07:55:44
|
Hi Enoch, Quoting Enoch <ix...@ho...>: > Hi, > > Can marker be fixed? ... > |S| 23| 1+ dup @i to dp > |S| 24| 1+ dup @i swap 1+ dup @i swap >r > |S| 25| swap over !e set-current > |E=set-current ?? -13 24 > **** /home/enoch/private/iobcan/amforth/lib/ans94/core-ext > Error: Error in line sent The error says, that "set-current" is not available. This can be fixed by adding the line .include "dict_wl.inc" to file dict_appl.inc and reassembling amforth. "marker" is working. Cheers, Erich |