Chapter 2
Using conditionals, messages and macros

The Free Pascal compiler supports conditionals as in normal Turbo Pascal. It does, however, more than that. It allows you to make macros which can be used in your code, and it allows you to define messages or errors which will be displayed when compiling.

 2.1 Conditionals
   Predefined symbols
 2.2 Messages
 2.3 Macros