<- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#flow_control|Flow Control]] ===== loop ===== ^Arguments^Result^Notation^ | | |''-- ''| === Description === Terminates the Do instruction. Control flow will return to the Do instruction until the Index is equal to the Limit. See [[crpl:docs:do|Do]]. === Examples === # See example at the Do instruction.