Talk:Variable
From C64-Wiki
Jump to navigationJump to searchIncorrect bad variable names[edit source]
According to testing in WinVICE, https://i.imgur.com/LtYoPfs.png, FIRSTLY%
seems to be valid. --Sgeo (talk) 06:37, 25 August 2018 (CEST)
- I have some guesses, maybe because
ST
is a special variable and not a keyword? Someone should probably check the BASIC source if that makes a difference towards being allowed. Also for special variables, if you use a different type that the special variable's type, it seems fine to use the same name (I can set STAR% but not STAR). Also things could be different in other versions of BASIC.
- I have some guesses, maybe because