RosettaCodeData/Task/Comments/Ursala/comments-1.ursala
2023-07-01 13:44:08 -04:00

17 lines
289 B
Text

# this is single line a comment
# this is a\
continued comment
(# this is a
multi-line comment #)
(# comments in (# this form #) can (#
be (# arbitrarily #) #) nested #)
---- this is also a comment\
and can be continued
###
The whole rest of the file after three hashes
is a comment.