Data Types & Variables



Data types:


AVIL support 4 data types that don't need a big explanation:

Variables:


All variables in an AVIL program are global and must be declared at the top of the program between the keywords var/endvar.

The variable's name must be shorter than MAX_VARNAMELEN (see Configurations).