mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 06:08:55 +02:00
* definition of internal type int64 for documentation purposes.
git-svn-id: trunk@29469 -
This commit is contained in:
parent
bb4adddd2c
commit
db43ec946f
@ -19,6 +19,7 @@ Type
|
||||
Char = #0..#255;
|
||||
Longint = -2147483648..2147483647;
|
||||
Longword= 0..4294967295;
|
||||
int64 = =-9223372036854775808.. 9223372036854775807;
|
||||
Shortint= -128 .. 127;
|
||||
Smallint= -32768 .. 32767;
|
||||
Word = 0 .. 65535;
|
||||
|
Loading…
Reference in New Issue
Block a user