RosettaCodeData/Task/Comments/PureBasic/comments.basic
2023-07-01 13:44:08 -04:00

3 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