Comment
The design of the comment is very simple, all the content between both #
will be discarded during compilation.
# escaping is NOT SUPPORTED. You can not put # in the comment.
single line comment
# here is single line comment #
multiline comment
#
this
is
multi-line
comments
#