_________________________________________________________________________________________________________
Type declaration
___________________________________________________________________
There are 7 major type classes :
_________________________________________________________________________________________________________
Types
___________________________________________________________________
The last class, type identi er, 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 de ning 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 quali ed type names. e.g. de ne system.longint as Olongint and then rede ne longint.