RosettaCodeData/Task/Comments/Run-BASIC/comments.basic
2023-07-01 13:44:08 -04:00

5 lines
199 B
Text

'This is a comment
REM This is a comment
print "Notice comment at the end of the line." 'This is a comment
print "Also notice this comment at the end of the line." : REM This is a comment