RosettaCodeData/Task/Comments/Dragonstone/comments.dragonstone

20 lines
316 B
Text
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
#[
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.