Loop Var
Name under which each element of `source` is bound while the body expression evaluates. Local to the iterating expression — does not leak into surrounding scope.
- Domain
Iterating Expression
- Range
String
Name under which each element of `source` is bound while the body expression evaluates. Local to the iterating expression — does not leak into surrounding scope.