17 lines
289 B
Text
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.
|