RosettaCodeData/Task/Comments/PureBasic/comments.basic

4 lines
160 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
;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