The loop definition on a node, whichever loop kind it is.
ForEach and While differ in how they decide to iterate, not in what they repeat, so everything downstream of that decision — body resolution, name collection, persistence — treats them alike.
The loop definition on a node, whichever loop kind it is.
ForEach and While differ in how they decide to iterate, not in what they repeat, so everything downstream of that decision — body resolution, name collection, persistence — treats them alike.