⇐ Index
⇐ Flow Control
endif
Deimits the scope of an if-else-statement. Instructions between the if and endif statement are conditionally executed, depending on the results of the if evaluation.
if (<-var eq (1)) #Do something else #Do something else endif
⇐ Index