& or() Syntax: or(<boolean1>,<boolean2>[,<booleanN>]...) Takes two or more booleans, and returns 1 if at least one is equivalent to true(1). See Also: BOOLEAN VALUES, and(), not(), xor()