michael@0: x = 10; michael@0: outer: michael@0: while (x < 10) { michael@0: while (x < 10) { michael@0: if (x < 10) michael@0: continue outer; michael@0: while (x < 10) { michael@0: y = 0; michael@0: } michael@0: } michael@0: }