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

3 lines
146 B
Text
Raw Permalink Normal View History

2015-02-20 00:35:01 -05:00
100 REM Standard BASIC comments begin with "REM" (remark) and extend to the end of the line
2013-10-27 22:24:23 +00:00
110 PRINT "this is code": REM comment after statement