GDL Preprocessor Keywords

To avoid confusing the preprocessor, you should consider the GDL preprocessor keywords to be reserved. Because you can set the preprocessor prefix to any arbitrary string, you should avoid defining any keyword that might be mistaken for any of these directives.

The GDL preprocessor uses the following keyword commands, which should be considered reserved:

#Define

#Undefine

#Include

#SetPPPrefix

#UndefinePrefix

#PreCompiled

#EnablePPDirective

#DisablePPDirective

The preprocessor also uses GDL preprocessor conditional directives to perform conditional tests on syntax blocks of code.