Other types
Pascal declaration
PLongInt = ^LongInt;
PDouble = ^Double;
ArrayOfDouble = Array [0..1023] of Double;
PArrayOfDouble = ^ArrayOfDouble;