Skip to content

RetroBASIC v.1.8.9

Choose a tag to compare

@maurymarkowitz maurymarkowitz released this 24 Dec 14:40
· 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.