retroforth/package/extensions
crc 5c602408a6 add first part of (termina) code from konilo to package/extensions/termina.retro [provides text color; positioning]
FossilOrigin-Name: 13fae6ae24d809ae867b677d5b7e17f5d44e0a88e42d0f1bd714e6957ac1c840
2023-11-07 02:25:44 +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
termina.retro add first part of (termina) code from konilo to package/extensions/termina.retro [provides text color; positioning] 2023-11-07 02:25:44 +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.

~~~
~~~