RosettaCodeData/Task/Comments/Liberty-BASIC/comments.basic

6 lines
192 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
'This is a comment
REM This is a comment
print "This has a comment on the end of the line." 'This is a comment
print "This also has a comment on the end of the line." : REM This is a comment