Comments follow a C++ style allowing the double slash and the slash-asterisk wrapped style:
// Line comment, everything after slashes ignored /* General comment, can be in middle of line or span multiple lines */
Comments follow a C++ style allowing the double slash and the slash-asterisk wrapped style:
// Line comment, everything after slashes ignored /* General comment, can be in middle of line or span multiple lines */