Each AIT file consists of the following four sections:
All of these sections are required. You cannot change the order of the sections.
The following shows the format of AIT files. In the AIT language, alphabetic letters are not case sensitive. You can add comments in the script.
PACKAGE_INFO
{
// Package information
}
DEFINE
{
// Defines and initializes variables and constants
}
MAIN
{
// Operations on windows
}
ERROR
{
// Error handling
}