Language:
Русский
English
ELSE Conditional Compilation Directive
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
Compiles or ignores the source text that follows it
Syntax
{$ELSE}
Within a portion of source text delimited by an $IFDEF (or an $IFNDEF) and an $ENDIF, $ELSE compiles the source code that follows it if the $IFDEF (or $IFNDEF) condition is NOT met.
If the $IFDEF (or $IFNDEF) condition is met, $ELSE ignores the source code that follows it.