Do Number |
Component representing a loop running specified amount of times.
Name | Description |
---|---|
Entry | The input of the node. |
Number | The number of times to run. |
Loop Body | The body of the while loop. |
Counter | Current iteration number. |
Exit | The output of the node. |