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 */
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 */
The online versions of the documents are provided as a courtesy. Verify all content and data in the device’s PDF documentation found on the device product page.