$MACRO : Allow use of macros.

In the {$MACRO ON} state, the compiler allows to use C-style (although not as elaborate) macros. Macros provide a means for simple text substitution. More information on using macros can be found in the section 2.3, page 166 section. This directive is equivalent to the command-line switch -Sm.

By default, macros are not allowed.