Integer
From Pointui
The Integer object is a basic data type class that contains a 4 byte (32 bit) integer value and allows the value to be manipulated. Some basic operators such as +, -, *, /, +=, -=, *=, /=, &, |, ++, --, <<, >>, ==, >, <, >=, <=, and != are implemented.
