RetroBASIC v.1.8.9
·
179 commits
to master
since this release
Adds support for Sinclair-style slicing syntax:
A$(1 TO 5)
A$(TO 5)
A$(5 TO)
Reference manuals updated to include string functions and slicing descriptions.