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

goto, not much worse than break/continue

Name: Anonymous 2005-02-21 17:56

Discuss.

Name: Anonymous 2005-02-22 2:48

for ( blah; blah; blah ) {
    blah;
    if ( ! error ) {
        blah;
        if ( ! error ) {
            blah;
            if ( error )
            else if ( done )
                break;
            else
                continue;
        }
    }
    fprintf( stderr, "zomg errors!" )
    break;
}

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