So I'm trying to put a break in an if statement, which in turn is in a "for" loop.
for( int i = 0; i < 52; i++ ) { int x = 1; if( x == 1 ) break; }
Does this break the for loop?
Aucun commentaire:
Enregistrer un commentaire