NumericForStat

A numeric for loop

Members

Variables

body
Block body;

The body of the for loop

high
Expr high;

Defines the range to loop over

low
Expr low;
step
Nullable!Expr step;

Defines the range to loop over

var
string var;

The variable to use in this for loop

Meta