how about also supporting the shorthand REM support, i.e.:
print "bla" ' prints bla
Logged In: YES user_id=989631 Originator: NO
Ok :-)
This will be in the next release, but instead of the apostrophe, it will be a semicolon:
;This is a comment.
Semicolons for remarks/REM does not seem to work any longer in the most recent version from HEAD?
This has been changed, it's no a # See the docs: http://basic256.org/media/help_en.html
"The # operator is a shortcut for the REM statement, and is interchangeable with it."
It would probably be better to mention this directly at the beginning of the docs
Log in to post a comment.
Logged In: YES
user_id=989631
Originator: NO
Ok :-)
This will be in the next release, but instead of the apostrophe, it will be a semicolon:
;This is a comment.
Semicolons for remarks/REM does not seem to work any longer in the most recent version from HEAD?
This has been changed, it's no a #
See the docs: http://basic256.org/media/help_en.html
"The # operator is a shortcut for the REM statement, and is interchangeable with it."
It would probably be better to mention this directly at the beginning of the docs