8,849
edits
Changes
→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'''