type Comp = -9223372036854775808..9223372036854775807;
Description
The Comp type is a 64 bit signed Integer.
This is obsolete - use Int64 instead.
Notes
There is no unsigned 64 bit integer type in Delphi.
Related commands
Int64 A 64 bit sized integer - the largest in Delphi