Delphi
type Int32 = -2147483648..2147483647;
C++
typedef int Int32;
Alias pour Integer.
Int32 est un alias pour une variable Integer.