This evaluator can execute one or several operations prior to the iteration. It can be added as many optional inputs as necessary.
Contrary to EachTime and Finally, Initdo must be added in the editor by the user. To do so, Cmd click, type its name and validate, as for any other box. Note that there can be only one Initdo box in the editor : the box can be added multiple optional inputs. Press Alt + → or ← to add or delete an input. | ![]() |
We'll send a message and reverse our list before the iteration begins.
![]() | On the left, Initdo is called internally before the iteration starts. It performs three evaluations :
Then, the iteration starts : Listloop enumerates the items of the reversed list returned by reverse . EachTime and Finally return the results of the iteration.
|