breakme: if (condition) { // Do stuff if (condition2){ // do stuff } else { break breakme; } // Do more stuff }