RosettaCodeData/Task/Comments/Run-BASIC/comments.run

6 lines
199 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
'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