Multi-line comments

Multi-line comments appear as follows.  Note the use of the /* and */ character combinations to signal the beginning and the end of a multi-line comment.

/*
One or more lines of comments
can appear between
the comment indicators
Another comment line
*/