ForeachStat

A foreach loop

final
class ForeachStat : Stat {}

Members

Variables

body
Block body;

The body of the for loop

iter
Expr[] iter;

Defines the iterator to loop over

vars
string[] vars;

The variables to use in this for loop

Meta