The George Programming Language

Keyword: or

Compare two values ored by each other.

bark(1 == 1 or 2 == 2); # true!