zxbasic
zxbasic copied to clipboard
Add support for @ on const strings
Add support to retrieve the address of the data of a const string. This should work:
Const STRING_A String = "abcd"
Print @STRING_A