retroforth/package/unsupported/compat.forth
crc 1e3c96b298 move old extensions to package/unsupported
FossilOrigin-Name: ded56b1d1a13b6e2d7e4f74e634e67c3ec04ec691b9446863c9447b01f0cb455
2020-09-11 18:36:38 +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 ;
~~~