About

Control blocks consist of programming and logical blocks that act as building blocks for your projects. They can be used with other blocks to create projects that include conditional statements, loops, delays, and other commonly used logical programming constructs such as variables, break, etc.

Loop
Delay
If
While
Break
Stop
Variable

Guidelines

Conditional control blocks such as If and While should include Input or Variable blocks in their head (condition-checking) section.