4.2.6.2 Multiple-line Comment
This type of comment can span multiple lines. For a multiple-line comment, use
/* ... */. Multiple-line comments cannot be nested.
Example:
/* All
of these
lines
are
comments */
This type of comment can span multiple lines. For a multiple-line comment, use
/* ... */. Multiple-line comments cannot be nested.
Example:
/* All
of these
lines
are
comments */