The f$ELSEg switches between compiling and ignoring the source text delimited by the preceding f$IFxxxg and following f$ENDIFg. Any text after the ELSE keyword but before the brace is ignored:
{$ELSE some ignored text}
|
is the same as
{$ELSE}
|
This is useful for indication what switch is meant.