ForEach

ForEach

Foreach statement node.

Constructor

new ForEach(ident:, expr:, suite:)

Create a foreach statement node.
Source:
Parameters:
Name Type Description
ident: Ident loop variable identifier
expr: * iterable expression
suite: Suite loop body suite