4 lines
160 B
Text
4 lines
160 B
Text
|
|
;comments come after an unquoted semicolon and last until the end of the line
|
||
|
|
foo = 5 ;This is a comment
|
||
|
|
c$ = ";This is not a comment" ;This is also a comment
|