Pseudo: To break a loop from within another loop:
LABEL: while (something) { # Stuff while (something else) { last LABEL if (something else again) # Stuff } # Stuff }
[download]

Marilyn Vos Savant's Monty Hall problem