retroforth/package/compat.forth
crc 3295f6ffbf checkin missing file
FossilOrigin-Name: f67480f3b76ef81996e3738c4a6fd93ef291e1c11ef1b5f9e67a88a8b7d8bc2d
2020-08-02 02:40:02 +00:00

8 lines
142 B
Forth

~~~
: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 ;
~~~