Title here
Summary here
Loop over a set of blocks a specified number of times.
This block is an iterator. Learn more about iterators.
The total number of loops to do.
Example: 30
The current iteration. Outputs 0
on the first loop, and increments by one after.
Example: 0
, 1
, 2
…
The total amount of iterations the block will do. This will output whatever value was input to Number of Loops
.
Example: 30