Control

Repeat:

Repeats the blocks inside for the specified number.

Repeat

Forever:

Repeats the blocks inside forever

Forever
triangle-exclamation

Stop:

Stops a forever arrow-up-rightand repeat arrow-up-rightblock

stop

If then:

If the specified value is true, the blocks inside will run.

if then
circle-info

Usually used with blocks from the Operator arrow-up-righttab.

If then/else:

If the specified value is true, the blocks in the top half will run. Else, the blocks in the bottom half will run.

If then/else
circle-info

Usually used with blocks from the Operator arrow-up-righttab.

Last updated