Hello all,

I am new to AmForth -- I am able to build run, and flash it on Arduinos,
and run the Python AmForth shell.
It's very nice to be able to run Forth on, so thanks very much.

One question. I understand that if I want a word, for example ANEW, I do
this in the Python shell:

    #require anew.frt

but in this case the definition of ANEW uses MARKER, so I must first do:

    #require marker.frt

Is there a reason why anew.frt does not "#require marker.frt" itself?
Thanks.

-- 
James Bowman
http://www.excamera.com/
------------------------------------------------------------------------------
_______________________________________________
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to