Next: Real Constants (3.2)
Up: Constants
Previous: String Constants (3.3)
  Contents
  Index
All integer numbers between -2147483648 (
) and
4294967295 (
) are valid.
Negative integers constants are of type INTEGER,
integers constants which are larger than 2147483647 (
)
are of type CARDINAL.
All other integer constants are compatible to INTEGER,
CARDINAL and subranges thereof.
Constants which are compatible to CARDINAL or
INTEGER are also compatible to LONGCARD or
LONGINT, respectively.
Andreas Borchert
2003-12-10