retroforth/RELEASE-NOTES
crc c19ac3e293 backport a:index from retro/napia (no longer needs to create a curry function when used)
FossilOrigin-Name: 704f6033f56ff0c908ff8f132d99acd0128a7a28aeb1ba4a4d882a1b5076579b
2021-12-22 14:21:16 +00:00

29 lines
370 B
Text

# RetroForth 2022.1 Release Notes
# Core Language
- deprecated
- new words
- dictionary
- arrays
- a:index no longer need to construct a new word to locate
the index (backport from retro/napia)
# VM
## nga-c: retro.c
- recognize TAB as whitespace when including files
# Documentatio
# Other
# Examples
- advent of code, 2021 (day 1, 2)
- select.retro