If
Conditionally run code depending on whether a Boolean condition is true or false.
Click on the dark blue gear icon (see above) to add an else or if to the current block.
Example: adjusting screen brightness
If the light level is < 100
, this code sets the brightness to 255
when the button A is pressed: