Language:
Русский
English
DEFINE Conditional Symbol Directive
Defines a conditional symbol with the given Name
Syntax
{$DEFINE Name}
The defined symbol is recognized for the remainder of the compilation, or until it appears in an $UNDEF Name directive.
$DEFINE Name has no effect if Name is already defined.