_________________________________________________________________________________________________________
Type declaration
___________________________________________________________________
There are 7 major type classes :
_________________________________________________________________________________________________________
Types
___________________________________________________________________
The last class, type identifier, is just a means to give another name to a type. This presents a way to make types platform independent, by only using these types, and then defining these types for each platform individually. The programmer that uses these units doesn’t have to worry about type size and so on. It also allows to use shortcut names for fully qualified type names. e.g. define system.longint as Olongint and then redefine longint.