Reserved Key Words

The following key words are reserved for use by WinCross and should only be used when writing logic:

ADDLEN     ENDLOOP TN
ADDREC ENDNET USE
AND IDX VAR
ASS IF VAR+
ASSIGN INDEX _DAY
CALC LABEL _GLOBAL_
CODEVALUE LOC _MONTH
COM LOC+ _RANDOM
COMPUTE LOOP _RANDOM_SEED
DEC NET _RANDOM_LOW
DECLARE NOT _RANDOM_HIGH
DEF OR _YEAR2
DEFINE REC _YEAR4
DEL RECODE  
DELETE SUB  
ELSE TES  
ENDIF 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:

Basic syntax

Logic Structure

Logic

Logic Examples