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

for(int i=0;i<1;i++)

Name: Anonymous 2012-10-29 13:02

if(1){
DoThis();
}
else{
DoThat();
}

Name: Anonymous 2012-10-29 13:57

int counter = 0;
for(;;) {
    if(counter < 10) {
        DoSomethingBro();
    } else {
        break;
    }
    counter++;
}

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