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------------------------------------------
             --float-type---

--float- type-float- type-identifier---------------------------------------
___________________________________________________________________

  3.1.1 Ordinal types
   Integers
   Boolean types
   Enumeration types
   Subrange types
   Character types
  3.1.2 Floating-point types