zxbasic icon indicating copy to clipboard operation
zxbasic copied to clipboard

Add support for @ on const strings

Open sewave opened this issue 7 months ago • 0 comments

Add support to retrieve the address of the data of a const string. This should work:

Const STRING_A String = "abcd"
Print @STRING_A

Freebasic At

sewave avatar Jun 15 '25 11:06 sewave