[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
Or
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
Or
Or
A binary logical operator which returns True in the event that one or both elements in the operation are true. Thus, using 1 to represent a value of True and 0 to represent a value of False, the possible outcomes of an Or operation are presented in the following table:0 And 0 = 0 0 And 1 = 1 1 And 0 = 1 1 And 1 = 1
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
