Comments
/* This is a comment. */
/* These lines
are comments. */
/**
* These lines
* are fancy comments
*/
- Comments cannot be nested.
- "
/*" within the comment is ignored.
/* This is a comment. */
/* These lines
are comments. */
/**
* These lines
* are fancy comments
*/
/*" within the comment is
ignored.