Comments

Comments are used to comment a rule.

Comment rules are as follows:

Single Line Comment
// text
The text from // to the end of the line is ignored
Multi-line Comment
// text
The text from // to the end of the line is ignored