Conditional execution: if statements

The language has available a conditional construction of the form

if (expr1 ) expr2 else expr3

where expr1 must evaluate to a logical value and the result of the entire expression is then evident.



Jeff Banfield
2/13/1998