Name
ELSE -- block to enter if all conditions failed (V7.0)
Synopsis
@ELSE
Function
This preprocessor command signals the beginning of a block that should be entered if all previous @IF and @ELSEIF preprocessor command of the same scope didn't trigger.

See IF for details and an example.

Inputs
none

Example
See IF


Show TOC