RetroBASIC v.1.9.1
maurymarkowitz
released this
13 Feb 13:09
·
108 commits
to master
since this release
Many updates to the reference manual.
New features and changes:
- adds the DIV operator for integer division, 7 DIV 3 = 2.
- adds the MS-inspired option to use negative numbers in the RND function, which performs a RANDOMIZE.
- added Integer BASIC's TAB statement
- switched order of parameters in STRING$, can't find any dialects with string first
- added LN, the version of LOG seen in many UK dialects like Sinclair and BBC
- reset the DATA pointer on CLEAR
- reset the runtime stack on CLEAR