For Loop
Description
Runs the connected blocks until Initial is equal to Maximum, while increasing Initial by Increment each time.
Available to
Inputs
Initial (Number)
Gives the starting point for the loop.
Increment (Number)
The number Initial should increment by.
Maximum (Number)
The value that ends the loop when Initial reaches the same value.
Outputs
Place (Number)
You give the block the variable you want the number to be saved to.
Last updated