retroforth/package/extensions
crc 2e5d528fad no longer include termina words by default (more complete copy in library/)
FossilOrigin-Name: dc88b22498763c5889fc46afe4b7ae32facdcd508522e1125fcf6a2897e7da41
2024-01-06 22:59:06 +00:00
..
double.retro move malloc & double to package/extensions 2023-10-23 18:23:23 +00:00
malloc.retro move malloc & double to package/extensions 2023-10-23 18:23:23 +00:00
README.retro fix compile time warning about no code blocks (relating to optional extensions support) 2022-02-01 14:30:53 +00:00

Put extensions into this directory and run:

    make update-extensions
    make

Any extensions here will be placed in a file named
`package/load-extensions.retro` for compilation into the
embedded image.

I am including a fence here to silence a compile time warning.

~~~
~~~