*SKIP Branch within a Procedure
*SKIP .label Unconditional jump to the specified label. A branch towards the front of the procedure (backward jump) is also possible. If the specified label is not found, the procedure will be terminated. A procedure variable containing the branch label as text (*SKIP &var) can be specified instead of .label. For an example, see page 19-.