Iteration

constructor(interval: Interval, iterator: VariableReference, body: List<Instruction>)

Parameters

interval

The Interval to iterate through.

iterator

A VariableReference to the iterator variable.

body

A list of Instructions to execute on each iteration.