/* */


Description:

Defines a block comment.

Usage:

/*comments*/

Argument:

comments any Any text value.

Specifics:

Any text between /* and */ will be ignored by the processor. If this block occurs in the middle of a line it is treated as whitespace.
An error will occur if /* is specified without a matching */, or vice versa.

See Also: