Describes how comments for a language work.
Optional
The block comment character pair, like /* block comment */
/* block comment */
The line comment token, like // this is a comment
// this is a comment
Describes how comments for a language work.