Long data type

A fundamental data type that holds large integers. A Long variable is stored as a 32-bit (4-byte) number ranging in value from –2,147,483,648 to 2,147,483,647. The type-declaration character is & (ANSI character 38).