Skip to content
hugh greene edited this page Jun 20, 2022 · 1 revision

The OR operator returns true if either operand is true.

Truth table

A B A or B
false false false
false true true
true false true
true true true
Clone this wiki locally