Unknown From Oxygen previous page next page while ACTION: start a block for conditional repetition EXAMPLE: a=0 while a<4 a+=1 wend RESULT: a=4 '4 loops REMARKS: while id a combination of do and if¬. RELATED: loops do continue exit wend enddo previous page start next page