CommentsΒΆ

Shen follows the C/C++ convention of starting comments with \* and ending with *\. Comments can include comments and new lines.

(1-) (* 7 \* This is a comment which is ignored *\6)
42

Detailed Reference