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