Hi.

how can I see what word a defered word will execute?

gforth:

defer test  ok
: xxx 11 22 33 . . . ;  ok
xxx 33 22 11  ok
.s <0>  ok
' xxx is test  ok
test 33 22 11  ok
.s <0>  ok
see test

: xxx
   11 22 33 . . . ;
latestxt
Defer test
IS test
  ok


amforth?

Michael

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Amforth-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to