retroforth/package/list.forth
crc cd5c69448d disable the patch for underscores in word names by default
FossilOrigin-Name: a94f50664d3ebde5283055a40fb4760e508c8f6e6615450cd59ca9ce8d7c701b
2020-04-29 14:46:47 +00:00

21 lines
467 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
~~~
'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
~~~