|
|
![]() | if-else statements can be chained in
following form:
if ( Expression1 ) { |
![]() | The execution evaluates all conditional expressions
beginning from Expression1 until the first
expression is found that evaluates to true.
Then the corresponding statement sequence is executed,
or, if none of the expressions evaluated to true,
the statement sequence of the final else part.
|
|
| Copyright © 2001, 2002 Andreas Borchert, converted to HTML on February 11, 2002 |