RosettaCodeData/Task/Comments/LiveCode/comments.livecode

7 lines
181 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
-- 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 */