RosettaCodeData/Task/Comments/Wren/comments.wren

7 lines
157 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
// This is a line comment.
/* This is a single line block comment.*/
/* This is
a multi-line
block comment.*/
/* This is/* a nested */block comment.*/