1Graphical interface

 

2Function

The <select> block allows you to select one of two inputs using the “gate” input.

Note that the Executor does not evaluate the unselected input, as it is not used. This behavior can be considered equivalent to a conditional jump in a structured language.

3Inputs

4Output

5Types

Inputs can be of any type as long as it is a type accepted by the Python language.

The output has the same type as the selected input.