Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

n-breaks?

Name: Anonymous 2017-09-22 2:12

Why can't we just have break accept a number so we can break multiple loops at the same time?


for( /*...*/ ) {
do {
x = f();

switch( x ) {
case Error;
break 3; // was that so fucking hard?
}
} while( /*...*/ );
}


Dare say I should use... EXCEPTIONS?!

Name: Anonymous 2017-09-23 2:29

I found an answer!!!!!!!

for(float a = 0; a < 2.4; a++) {
for (float b = 0; b < 99.3; ++b) {
for (float c = 0; c < 35.16; ++c) {
for (float d = 0; d < 9.1; ++d) {
for (float e = 0; e < 28.3; ++e){
int x = f();
if (x == false) b = 99999999;
}
}
}
}
}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List