Comments

Comment lines

Example 1. Line comment syntax
// A single-line comment.

Single-line comments can be used to divide elements, such as two adjacent lists.

Comment blocks

Example 2. Block comment syntax
////
A block comment.

Notice it's a delimited block.
////