Group: | Operators |
See also: | ; /**/ |
Function: | // | |
Description: |
// is a operator to allow comments in macros and datafiles. All text after this operator is ignored. The Operator // is equvivalent to ;.
|
Usage: | // comments |
// this is a one line comment
The line is skipped by the parser
Group: | Operators |
See also: | ; /**/ |