This is an old revision of the document!
⇐ Index
else
When an if statement evaluates to false, then the statements following the else, up to the endif, are executed instead.
if (<-var eq (1)) #Do something else #Do something else endif