1Graphical interface

 

2Function

The <or> block is equivalent to the “or” operator in Python; it performs a logical OR operation on the two inputs “a” and “b.”

See the Python documentation for more details.

3Inputs

4Output

5Types

The inputs and output are all of type: bool