RosettaCodeData/Task/Comments/PureBasic/comments.purebasic

4 lines
160 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07: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