This operation iterates over the given collection.
Each iteration the current item from the specified collection is
assigned to the currentItem property on the operation scope.
At the start of the loop, the associated endForEach operation is determined and when
the last iteration is completed the flow control is set to the index of that operation.
The continue and break operations can be used to control the
loop iterations.
This operation iterates over the given collection.
Each iteration the current item from the specified collection is assigned to the currentItem property on the operation scope.
At the start of the loop, the associated endForEach operation is determined and when the last iteration is completed the flow control is set to the index of that operation.
The continue and break operations can be used to control the loop iterations.