>else if
Else if
Cameron Gray
Other urls found in this thread:
gnu.org
twitter.com
Ryan Watson
>try/catch/finally
Julian Cox
>do while
Carter Green
came here to post that
Zachary Clark
>if (x == true) {return true;} else {return false}
Jackson Thomas
if (...) {
statement
} else
statement
Jacob Cook
>default:
Benjamin Hernandez
>if ... fi
Jason Hill
elif master race reporting in
Lucas Cox
SetUnhandledExceptionFilter(ourFunFunc);
[....]
int i = 1000 / 0; // (calls ourFunFunc)