Anvil | Smiths Smiths | Register Register | Login Login |
Search:
Show links Show tools Show tree | Previous document Next document | njet.org > Anvil > Documentation > Language reference > Templates > Tags > <for>

<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.

See also  | Tags  | Statement tags
Contributes notes:
Add a note
What's new | Anvil