4.2.7.2 Multi-line Comment

This type of comment can span multiple lines. For a multi-line comment, use

/* ... */. These comments cannot be nested.

For example:

/* All
of these
lines
are
comments */