Or
Usage
• || || ... is the logical OR function. It evaluates its arguments in order, giving True immediately if any of them are True, and False if they are all False.
Notes
• Or[ , , ... ] can be input in StandardForm and InputForm as  ... . The character  can be entered as || , or or \ [Or]. • Or evaluates its arguments in a non-standard way (see Section A.4.2). • Or gives symbolic results when necessary, removing initial arguments that are False. • New in Version 1; modified in 3.
|