<- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#flow_control|Flow Control]] ===== endif ===== ^Arguments^Result^Notation^ |Cond| |''-- ''| === Description === Delimits 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. === Examples === # See the examples at 'if' and 'else'