Integer data type

A fundamental data type that holds integer numbers. An Integer variable is stored as a 16-bit (2-byte) number ranging in value from -32,768 to 32,767. The type-declaration character is % (ANSI character 37).