| if |
|
grammar |
| |
A control flow statement that executes its associated statement only when
its associated expression evaluates to a non-zero value.
An
if
statement
may be used in conjunction with an
else
statement.
Its usage description can be summarized as follows:
Statement:
if ( Expression ) Statement
if ( Expression ) Statement else Statement
| |
| Example: |
Refer to the
else
documentation for a usage example.
| | |
| See Also: |
else,
reference
|
|
Yoix is a registered trademark of AT&T Intellectual Property.
|