if(condition1) lable1:{ // do something if(condition2 == false) break lable1; // do something // other code }