ITERATE

ITERATE transfers control from within a loop to the END statement of the loop.


        ITERATE
        

Remarks

ITERATE can be used in DO, DOUNTIL , and DOWHILE loops to transfer control to a loop END statement.

See Also