Notations by the author to explain what a script does. Comments are ignored by the interpreter.
Syntax
// comment text
/* multiple line comment text */
Description
MetaScript supports Java-style comments:
Comments on a single line are preceded by a double-slash (//).
Comments that span multiple lines are preceded by a /* and followed by a */.