36. Comments
Line
// A single-line comment.
| Single-line comments can be used to divide elements, such as two adjacent lists. |
Block
////
A multi-line comment.
Notice it's a delimited block.
////
// A single-line comment.
| Single-line comments can be used to divide elements, such as two adjacent lists. |
////
A multi-line comment.
Notice it's a delimited block.
////