retroforth/package/list
crc c2f700172b d:words and variations are now an optional (loaded by default) package in rre (edit package/list to remove)
FossilOrigin-Name: abca4688608aaba862170b22b0c031c00551e711ca9d98068f3590071c4a96c7
2019-04-01 16:49:30 +00:00

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