RosettaCodeData/Task/Comments/LiveCode/comments.livecode
2016-12-05 23:44:36 +01:00

6 lines
181 B
Text

-- comment may appear anywhere on line
// comment may appear anywhere on line
# comment may appear anywhere on line
/* this is a
block comment that
may span any number of lines */