neilsf/XC-BASIC

Support arrays of strings

Closed this issue · 2 comments

Although this can be compiled fine, but it won't work as the required macros are missing from the library:

dim a$[2]
a$[0] = "hello world"

Hence this is a bug.

Additionaly, DATA doesn't support strings at all.

Fixed.