EightBall
EightBall copied to clipboard
Full line comments
Right now the comment character ' is handled as a command, which means that a semicolon is needed to comment after a statement:
pr.msg "Hello" ; ' Say hello
This is a bit ugly. The ' character should probably be handled in the parser itself so everything from ' to newline is ignored.