retroforth/package/extensions
crc 3962c08662 down to 10 words w/o recorded stack comments
FossilOrigin-Name: 9a36cf9d0e7ddd0131df3867aa4285f0c26ccde64ef7c193729932647d8829a3
2024-09-09 18:07:02 +00:00
..
double.retro down to 10 words w/o recorded stack comments 2024-09-09 18:07:02 +00:00
malloc.retro down to 10 words w/o recorded stack comments 2024-09-09 18:07:02 +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.

~~~
~~~