Iteration
Parameters
interval
The Interval to iterate through.
iterator
A VariableReference to the iterator variable.
body
A list of Instructions to execute on each iteration.
The Interval to iterate through.
A VariableReference to the iterator variable.
A list of Instructions to execute on each iteration.