int
Declares an integer variable.
Syntax
int varname
Comments
varname can contain upper and lower case and numerals.
Integer variables may be declared only in the global part of the template code.
Example
int Apples
int items2read
Declares an integer variable.
int varname
varname can contain upper and lower case and numerals.
Integer variables may be declared only in the global part of the template code.
int Apples
int items2read