RosettaCodeData/Task/Comments/PureBasic/comments.purebasic
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07: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