retroforth/RELEASE-NOTES
crc 71029ab555 add a swift implementation of nga
FossilOrigin-Name: c21dd1e9e0d7dbcaf61f5555caacb08882dd8976891e16581df4fdfb93c65614
2020-07-06 02:16:06 +00:00

18 lines
504 B
Text

# RETRO 2020.7
## Renamings
Old New
====================== =====================
file:open<for-writing> file:open-for-writing
file:open<for-append> file:open-for-append
file:open<for-reading> file:open-for-reading
times<with-index> indexed-times
var<n> var-n
d:last<name> d:last.name
d:last<class> d:last.class
d:last<xt> d:last.xt
## Nga
- add a Swift implementation