Comments
Single line comments
Single line comments begin with # and last until the end of the line
Example:
# This is a single line comment
Multi-line comments
Multi-line comments begin with ( and end with )
Example:
(
This is a multi-line comment
)