vendredi 19 décembre 2014

Is there any way to break if operator like as while

Is there any was to break if statement like as while loop



while(true) { break;
}

if(true){
breakif;
} else {
continue execution here or miss if at all
}

Aucun commentaire:

Enregistrer un commentaire