5 lines
146 B
Text
5 lines
146 B
Text
|
|
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
|