RosettaCodeData/Task/Comments/Wren/comments.wren

7 lines
157 B
Plaintext

// 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.*/