.pg .x continue .lt ------------------------------------------------------------------------ CONTINUE ------------------------------------------------------------------------ .el .b 3 The CONTINUE macro will generate code to branch to the instruction just before the corrensponding END macro. The CONTINUE macro can only be used inside one of the following programming structure pairs: .b .lt LOOP-END FOR-END REPEAT-FOREVER REPEAT-UNTIL WHILE-END .el .b See also LOOP, FOR, REPEAT or WHILE.