comment

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 */.

Examples

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.