Name forseq_in_to_do_
Definition forseq (v:var(scalar)) in (min:val(scalar)) to (max:val(scalar)) do (e:expr(void)) : expr(void)
Example forseq i in 0 to 9 do print(i)
Defined in ctrl.l
Implementation lard
Infix forseq_in_to_do_ : infix(60,none).
Description Evaluate body expression once for each value of the variable between the minimum and maximum values, inclusive.