Contents | Prev | Next

2.8.1.1 What are integers?

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

Syntax

(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

Contents | Prev | Next