Integers are numbers with no fractional part and can take one of the following three forms:
Irie Pascal supports integers with values between -2147483647 and +4294967295
(NOTE: for clarity some parts of the syntax are omitted, see Irie Pascal Grammar for the full syntax):
integer-number = decimal-integer | hexadecimal-integer | binary-integer