my_basic
my_basic copied to clipboard
Spaces on certain keywords?
Is there a way to modify and use keywords with spaces, like:
END DEF instead of ENDDEF or END CLASS instead of ENDCLASS
It's a bit difficult to do it that way, because it requires changing a lot of the parser and tokenizer.
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