[Coco] What are the rules for naming basic09 variables ?

James Jones jejones3141 at gmail.com
Fri Jul 26 17:49:42 EDT 2019


I'd have to look or experiment to confirm the 29-character limit, though I
have no reason not to believe it and it would make sense if symbol table
entries are 32 bytes. The rest I can confirm is exactly right. Variable
(and parameter) names must start with a letter, with the remaining being
either letters, digits, or underscores, optionally ending with dollar sign
but only if its type is string.


More information about the Coco mailing list