Hi

> 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?

it should work like 

test defer@ xt>nfa icount itype

to get the name of the word
beeing executed by test.

you need to upload the code for xt>nfa
however. Implementing a smart see
is left as an exercise to the reader ;=)

HTH
Matthias




------------------------------------------------------------------------------
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