X# has many comment formats.
/* this is a multiline
comment */
// this is a single line comment
&& this is a single line comment. It may appear after other statements on a line
* this is also a comment. the * must be the first non whitespace character on the line
X# has many different comment formats
These examples show the various comment symbols:
// This is a comment
/* This is a comment */
* This is a comment
&& This is a comment