05-12-2023, 04:07 PM
Somebody is complaining about the question mark automagically not becoming "PRINT" (facepalm)
Also remember that BASIC, like Pascal, is a programming language that disregards letter case. Not like Python where "Number" and "number" could be two different variables.
Might need an option apart from "How keywords are formatted" related to names of variables and subprograms.
There are other subtleties such as single-line "IF... THEN" against "IF... THEN... ELSEIF... ELSE... ENDIF", this could be hard to get right. For example, Kate always boldfaces the two letters that come right after "THEN" if anything follows "THEN". It's a strange quirk.
Good work on the VSCode template but that program is something I'm not interested in. (thumbs up)
Also remember that BASIC, like Pascal, is a programming language that disregards letter case. Not like Python where "Number" and "number" could be two different variables.
Might need an option apart from "How keywords are formatted" related to names of variables and subprograms.
There are other subtleties such as single-line "IF... THEN" against "IF... THEN... ELSEIF... ELSE... ENDIF", this could be hard to get right. For example, Kate always boldfaces the two letters that come right after "THEN" if anything follows "THEN". It's a strange quirk.
Good work on the VSCode template but that program is something I'm not interested in. (thumbs up)