RosettaCodeData/Task/Comments/Dragonstone/comments.dragonstone
2026-04-30 12:34:36 -04:00

19 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.