retroforth/RELEASE-NOTES
crc c3c9c40157 add delete-file example, remove temporary test file
FossilOrigin-Name: 817b050cd42020eed1d5604da2998d04c13c698f69070b43f801d1606f6e3aef
2021-05-04 17:43:37 +00:00

29 lines
336 B
Text

# RetroForth 2021.7 (In-Progress) Release Notes
## Core Language
## Added
- `if:` and `-if:`
## Renamed
## I/O
## Toolchain
## VM
- nga-nim
- fix bug in VM_SH
- minor formatting adjustments
- start work to report some errors
## Examples
- add archive, archive-info, archive-extract
- add delete-file
## Documentation