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.
•« a » : The default value is False
•« b » : The default value is False
•« out » : = « a » OR « b »
The inputs and output are all of type: bool