<- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#flow_control|Flow Control]] ===== endwhile ===== ^Arguments^Result^Notation^ | | |''-- ''| === Description === Returns execution to the 'while' statement. Note that endwhile is only executed, if 'repeat' evaluated to true. === Examples === See example at "while"