Spaces on certain keywords?
blazer2k1 opened this issue · 3 comments
blazer2k1 commented
Is there a way to modify and use keywords with spaces, like:
END DEF
instead of ENDDEF
or END CLASS
instead of ENDCLASS
paladin-t commented
It's a bit difficult to do it that way, because it requires changing a lot of the parser and tokenizer.
blazer2k1 commented
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