<for>
<for [ label="symbollabel" ] expr="forexprs" >
statement *
</for>
A ``forยดยด tag loops through contained statements
as long as condition expression yields "true".
See for statement.
Attributes:
- label
- Optional label for the use of break and
continue statements.
- expr
- Expression containing semicolon separated list of
initialization, condition and action.
Add a note
|