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