while (condition) { # Exitable if if (condition) { ... last; #early exit } .... last; # Bad things happen if this if omitted :) }