<- [[.:prplreference| PRPL reference]] <- [[.:prplreference#program_flow_control|Program Flow Control]] ===== else ===== ^Arguments^Result^Notation^ | | | [ - ] | === Description === When the if statement evaluates to False, then the statements following the else, up to the endif, are executed instead. === Examples === if (<-var eq (1)) #Do something else #Do something else endif