my_basic icon indicating copy to clipboard operation
my_basic copied to clipboard

Spaces on certain keywords?

Open blazer2k1 opened this issue 2 years ago • 3 comments

Is there a way to modify and use keywords with spaces, like:

END DEF instead of ENDDEF or END CLASS instead of ENDCLASS

blazer2k1 avatar Sep 06 '23 09:09 blazer2k1

It's a bit difficult to do it that way, because it requires changing a lot of the parser and tokenizer.

paladin-t avatar Sep 06 '23 10:09 paladin-t

got it, but where to start? or perhaps consider this as future enhancement?

It would be nice to really have the standard BASIC convention..

Def Hello(string$)
  ...
End Def
If a > b
...
ElseIf
...
End If

blazer2k1 avatar Sep 06 '23 22:09 blazer2k1