7 lines
181 B
Text
7 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 */
|