3.1 Base types

The base or simple types of Free Pascal are the Delphi types. We will discuss each type separately.

_________________________________________________________________________________________________________
Simple types

--         ---         ------------------------------------------
  simple type -ordinal type|
               real type

--real type real type identifier---------------------------------------
___________________________________________________________________

  3.1.1 Ordinal types
   Integers
   Boolean types
   Enumeration types
   Subrange types
  3.1.2 Real types