retroforth/RELEASE-NOTES
crc 1cd22dcf51 retro.forth: smaller gteq?
FossilOrigin-Name: 3e0f071e1065e6539720fb610b949ca0a25cc9c565b50de5f34cdc3df9d68308
2020-02-11 21:09:12 +00:00

27 lines
770 B
Text

# RETRO 2020.4
- remove deprecated words
as{ }as " prefix:"
- examplse
markdown.retro
- future
underscores in word namesv
Prior RETRO images had a patch that allowed underscores to be
used in word names. In this release, the patch is no longer
part of the standard library, but is still included on Unix
targets by default. This might affect some users, if you are
building a custom image, load package/allow-underscores-in-names.forth
if you need this.
modularity
Work towards allowing portions of the standard library to be
optional is ongoing. During this, the internal organization of
retro.forth is changing and some small parts may be duplicated
in an effort to allow for more flexibility in the long term.