or

Returns true if at least one of the inputs is true. If both inputs are false, it returns false. This is also called the logical inclusive disjunction.

For Boolean structs (vectors and matrices) like bool3 or bool2x4, the result is per component.

Inputs

first

First Boolean value.

second

Second Boolean value.

Output

output

Returns true if first is true or second is true or both inputs are true.