retroforth/package/extensions
crc 51f09b5167 fix compile time warning about no code blocks (relating to optional extensions support)
FossilOrigin-Name: 24a353b981db93619fffcf6a1fd5f865d733d2f7b1183fced975044220a3621d
2022-02-01 14:30:53 +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.

~~~
~~~