Loop

Loop over a set of blocks a specified number of times.

This block is an iterator. Learn more about iterators.

Inputs

Number of Loops

The total number of loops to do.

Example: 30

Outputs

Iteration Number

The current iteration. Outputs 0 on the first loop, and increments by one after.

Example: 0, 1, 2

Total Iterations

The total amount of iterations the block will do. This will output whatever value was input to Number of Loops.

Example: 30