checkin missing file

FossilOrigin-Name: f67480f3b76ef81996e3738c4a6fd93ef291e1c11ef1b5f9e67a88a8b7d8bc2d
This commit is contained in:
crc 2020-08-02 02:40:02 +00:00
parent 2e95ec501a
commit 3295f6ffbf

8
package/compat.forth Normal file
View file

@ -0,0 +1,8 @@
~~~
: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 ;
~~~