Reserved Key Words
The following key words are reserved for use by WinCross and should only be used when writing logic:
ADDLEN | ENDNET | TN |
ADDREC | IDX | USE |
AND | IF | VAR |
ASS | INDEX | VAR+ |
ASSIGN | LOC | _DAY |
CALC | LOC+ | _GLOBAL_ |
COM | LOOP | _MONTH |
COMPUTE | NET | _RANDOM |
DEC | NOT | _RANDOM_SEED |
DECLARE | OR | _RANDOM_LOW |
DEF | REC | _RANDOM_HIGH |
DEFINE | RECODE | _YEAR2 |
ELSE | SUB | _YEAR4 |
ENDIF | TES | |
ENDLOOP | TEST |
Do not use the letter I followed by a number only, for anything other than logic (for example, I3 or I10 should not be used as variable names).
Note: Avoid using special characters in variable names (i.e. @, #, &, !, ^, /,etc.). |
Related topics: