1. The PreProcessor
Felix provides a C like pre-processor. Note that
whilst it is C like in appearance, it isn't the same.
Preprocessor directives start with a # in column 1,
followed by a keyword denoting the directive.
The syntax and semantics of directives are
described below.
1.1. Include directive
1.2. Conditional compilation
1.3. Long Lines