Appearance
or
Compare two values "ored" by each other.
# [x] or [y] bark(1 == 1 or 2 == 2); # true!
The resulting value is only true when either x OR y (or both) are true.
x
y