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.

1

Increment (Number)

The number Initial should increment by.

1

Maximum (Number)

The value that ends the loop when Initial reaches the same value.

10

Outputs

Place (Number)

You give the block the variable you want the number to be saved to.

CurrentPlace

Last updated