retroforth/package/list
crc 16a4e863fc deprecate some unix: words
FossilOrigin-Name: ee5fdb8cdd4e6ab24f9df0ec33cde4f528f60edb1860d2a4b304bd9c5e062a96
2019-07-22 21:05:08 +00:00

23 lines
466 B
Text

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
~~~
~~~
'deprecated-201907.retro include
~~~
Save the image with anything loaded here added in. The
`retro` binary will be rebuilt using the extended image.
~~~
'../rre.image image:save
~~~