Loop


Synopsis

Performs its inner operators k times.


Description

Performs its inner operators for the defined number of times. The input of this operator will be the input of the first operator in the first iteration. The output of each nested operator is the input for the following one, the output of the last inner operator will be the input for the first child in the next iteration. The output of the last operator in the last iteration will be the output of this operator.


Input


Output


Parameters


ExampleProcess