RosettaCodeData/Task/Comments/MSX-Basic/comments.basic

5 lines
146 B
Plaintext

10 rem this is a comment
20 ' and this is too
30 print "this is code" : '[:] it's optional
40 print "and more code" : rem comment after statement