retroforth/package/extensions
crc 06ee9705a8 image: rename some words
s:contains-char?  to  s:contains/char?
s:contains-string? to s:contains/string?
a:contains-string? to a:contains/string?

old names are now deprecated and will be removed after 2021.7.

FossilOrigin-Name: 5a19d7aac514c5ba87963c5f0645f3daa8a8e3dc04546c0627fa046479ecd8dd
2021-06-04 13:54:21 +00:00
..
deprecated.retro image: rename some words 2021-06-04 13:54:21 +00:00
README.retro remove deprecated words 2020-12-31 15:04:06 +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.