A line such as the following:
/* comment // more comment */
is treated properly by the syntax highlighter, e.g. as a comment from /* to */
However, the compiler ignores everything after the double slash, and treats it as a comment until whenever a */ occurs later in the script.
/* comment // more comment */
is treated properly by the syntax highlighter, e.g. as a comment from /* to */
However, the compiler ignores everything after the double slash, and treats it as a comment until whenever a */ occurs later in the script.