retroforth/package/list.forth
crc 171e925fc8 rename package/list to package/list.forth
FossilOrigin-Name: f7f1c0383fd6a41121078de71b3368ecc6577873fd12fce087dd4aedd9622638
2019-11-21 18:57:55 +00:00

19 lines
424 B
Forth

Add files to include to the code block below. Use a form
like:
'filename include
You can either put the files (or links to them) into this
directory or use full path names to the files. You can
also use any Retro code directly.
~~~
'dict-words-listing.forth include
~~~
Save the image with anything loaded here added in. The
`retro` binary will be rebuilt using the extended image.
~~~
'../rre.image image:save
~~~