I have used 2 commands in other languages called LEAVE and ITERATE that operate in all loop structures (eg DO UNTIL, WHILE LOOP, FOR NEXT and FOR EACH NEXT)
LEAVE exits the innermost executing loop,
ITERATE goes to the end of the loop (ie the UNTIL, LOOP, NEXT command).