For Each
Iterates `source`, evaluates `emit` per element with `loopVar` bound, and concatenates the string results. Use for stringification where order matters and the result is one big string.
- Subclass Of
Iterating Expression
Iterates `source`, evaluates `emit` per element with `loopVar` bound, and concatenates the string results. Use for stringification where order matters and the result is one big string.