Agent loops
Usefor ... in when each item in a collection should be processed with the same agent.
Destructuring loop bindings
Loop headers may destructure object-shaped items.Dynamic match
Usematch when a dynamic value depends on a variant result. Branches must return the same type. For variant declarations, see Data Types.
_ as the catch-all branch.