|
||
| Contents -> REFERENCE MANUAL -> Syntax Description -> Flow Control -> While Statement | |
| spec Manual | |
2.3.15.2. - While StatementThe form for the while statement is
while ( expression ) statementThe expression
is evaluated and the
statement
executed until
expression
is zero.
|
Top
|
|
Prev | Next
|
|