integer LoopCount;
string CountryName;
bool answer;
float r_nTimeOut;
integer ABC;
integer abc; //Disabled as the variable is redefined.
In the above example, integer means that the listed variable is the integer type. In other words, LoopCount is an integer, while CountryName is a character string.