If / Else Statements

If/Else statements (or just "conditional" statements) are used to control program flow based on certain conditions. Syntax varies widely among languages, but virtually every program language has some sort of 'if' statement.

Languages

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License