* definition of internal type int64 for documentation purposes.

git-svn-id: trunk@29469 -
This commit is contained in:
marco 2015-01-13 17:14:51 +00:00
parent bb4adddd2c
commit db43ec946f

View File

@ -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;