Else if

>else if

Attached: 1435778390206.jpg (280x400, 56K)

Other urls found in this thread:

gnu.org/software/libc/manual/html_node/Program-Termination.html
twitter.com/NSFWRedditGif

>try/catch/finally

>do while

Attached: Screenshot_20180718-191915~21.png (1080x870, 752K)

came here to post that

>if (x == true) {return true;} else {return false}

Attached: 1457921761338.jpg (528x792, 66K)

if (...) {
statement
} else
statement

>default:

Attached: 1531189307586.jpg (1024x1004, 60K)

>if ... fi

Attached: 4b4.png (415x318, 77K)

elif master race reporting in

SetUnhandledExceptionFilter(ourFunFunc);
[....]
int i = 1000 / 0; // (calls ourFunFunc)