In this example, the LEAVE instruction will exit the inner DO block. The ITERATE
instruction will iterate the out LOOP instruction.
If a LABEL phrase is used on a DO or LOOP, it overrides any name derived from any
control variable name. That is, if label is used, the control variable cannot be used on a
LEAVE, ITERATE, or END instruction to identify the block. Only the label name is valid.