NotALabel: for(int x = 0; x < 100; x++) { for(int y = 0; y < 100; y++) { if(y == 55) break NotALabel; } }