<- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#flow_control|Flow Control]] ===== repeat ===== ^Arguments^Result^Notation^ |An item on the stack that determines if the body executes| |''b1 -- ''| === Description === Pops an item from the stack. If true, execute the following statements. If false, jump to the statement following 'endwhile'. === Examples === See example at "while"