Changes

Jump to: navigation, search

Boolean Operators

26 bytes added, 14:21, 25 June 2013
AND
* The '''AND''' operator takes two [[operand]]s and evaluates to ''true'' if '''both''' of its operands are true.
* Also written as "&&", between the two operands.
Example: [True Statement] AND [False Statement] ...evaluates to... '''FALSE'''
Example: [True Statement] AND [True Statement] ...evaluates to... '''TRUE'''
8,849
edits

Navigation menu