20 lines
316 B
Text
20 lines
316 B
Text
|
|
#[
|
||
|
|
Multi-Line Comment.
|
||
|
|
]#
|
||
|
|
|
||
|
|
#[
|
||
|
|
Nested Multi-Line Comment.
|
||
|
|
#[
|
||
|
|
Inner comment.
|
||
|
|
#[
|
||
|
|
It can go deep.
|
||
|
|
]#
|
||
|
|
]#
|
||
|
|
Outer comment.
|
||
|
|
]#
|
||
|
|
|
||
|
|
# Single Line Comment
|
||
|
|
|
||
|
|
#[ Multi-Line Comment on line ]# message = "Hello!" #[ Inside or Outside ]#
|
||
|
|
echo message # Another Trailing Comment.
|