Constructor new ForEach(ident:, expr:, suite:) Create a foreach statement node. Source: jazz/ast.js, line 101 Parameters: Name Type Description ident: Ident loop variable identifier expr: * iterable expression suite: Suite loop body suite