lundi 6 décembre 2021

Is there a way to tell an if statement to go back to a loop?

So for instance.

while(something){
    // ...
}

if(somethingElse){
   // do something and go back to while loop 
}

How do I do this?

Aucun commentaire:

Enregistrer un commentaire