retroforth/package/list.forth
crc 47d3fc471b begin work on removing use of <> in names
FossilOrigin-Name: a395b4f7626d071d9e517c349500a2a21f63a2901c921b5f3f4756fd70a302fc
2020-06-29 14:10:21 +00:00

25 lines
498 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
~~~
~~~
'compat.forth include
~~~
'allow-underscores-in-names.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
~~~