;;
(double semicolon). Example:
{-
and end with -}
.
Unlike other languages, FunC allows nested multi-line comments.
Example:
;;
can appear inside multi-line comments, and they take precedence over multi-line comments {- -}
. In the following example:
const a = 10;
is inside a multi-line comment and is effectively commented out.