2021-04-28 15:06:30 +02:00
|
|
|
# RetroForth 2021.7 (In-Progress) Release Notes
|
2020-12-29 20:04:41 +01:00
|
|
|
|
|
|
|
## Core Language
|
|
|
|
|
2021-05-12 16:01:59 +02:00
|
|
|
## Major Changes
|
|
|
|
|
|
|
|
- address 5 is now a pointer to `interpret`
|
|
|
|
|
2021-04-28 15:23:07 +02:00
|
|
|
## Added
|
|
|
|
|
|
|
|
- `if:` and `-if:`
|
|
|
|
|
2021-03-30 13:58:25 +02:00
|
|
|
## Renamed
|
|
|
|
|
2020-12-29 20:04:41 +01:00
|
|
|
## I/O
|
|
|
|
|
2020-10-16 15:52:16 +02:00
|
|
|
## Toolchain
|
|
|
|
|
2020-12-29 20:04:41 +01:00
|
|
|
## VM
|
|
|
|
|
2021-04-30 19:00:38 +02:00
|
|
|
- nga-nim
|
|
|
|
|
|
|
|
- fix bug in VM_SH
|
|
|
|
- minor formatting adjustments
|
|
|
|
- start work to report some errors
|
|
|
|
|
2020-12-29 20:04:41 +01:00
|
|
|
## Examples
|
2021-02-02 22:55:10 +01:00
|
|
|
|
2021-05-03 14:23:18 +02:00
|
|
|
- add archive, archive-info, archive-extract
|
2021-05-04 19:43:37 +02:00
|
|
|
- add delete-file
|
2021-05-03 14:23:18 +02:00
|
|
|
|
2021-02-02 22:55:10 +01:00
|
|
|
## Documentation
|
|
|
|
|
2021-05-12 15:57:22 +02:00
|
|
|
- removed references to old command line arguments
|
|
|
|
- removed reference to the no longer existing "ok" prompt
|
|
|
|
- add a note that mentions that Retro does not display a prompt
|