retroforth/package/unsupported/compat.forth

9 lines
142 B
Text
Raw Permalink Normal View History

~~~
:times<with-index> indexed-times ;
:var<n> var-n ;
:d:last<name> d:last.name ;
:d:last<class> d:last.class ;
:d:last<xt> d:last.xt ;
~~~