RosettaCodeData/Task/Comments/LiveCode/comments.livecode
2023-07-01 13:44:08 -04: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 */