Skip to content

Control: If () do () else if () .. else if () else ()

Jaume Olivé Petrus edited this page Oct 30, 2017 · 5 revisions

This block is a Control block that evaluates a series of boolean expressions and when one of them is evaluated to true, its corresponding script is executed. If none of the expressions is evaluated to true the else script is executed. Else if and Else are optional.

Shape

Clone this wiki locally