Comments
Singleline Comments
A line started with either #
or //
is considered to be a comment.
Multiline Comments
Multiline comments are started with /*
and end with */
. They may be nested arbitraryly.
A line started with either #
or //
is considered to be a comment.
Multiline comments are started with /*
and end with */
. They may be nested arbitraryly.