Dbgl
Definitions and Generators
A definition is a group of conditional statements enclosed between DEFINE and END OF definition statements.
DEFINE <definition name> Conditional Statements END OF <name> DEFINITION
In the case of a generator, the syntax is:
GENERATE <database name>/<datasheet>[ ALIAS <Alias name>] Conditional Statements END OF <database name or alias> GENERATION
Note: The datasheet may be a library datasheet name (for example, DHD), a headered design template (for example, dhd.dsf) or a headered database file (for example, thordemo.dhd.Isis).