Module for_expr

Source

Structsยง

For
A for loop expression, such as for i in 0..10 then print(i). The loop body is executed for each value in the specified range, with the variable taking on the current value.