User Tools

Site Tools


en:logicaloperators

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:logicaloperators [2016/08/09 11:16]
admin created
en:logicaloperators [2016/08/17 12:58]
admin [Logical Operators]
Line 1: Line 1:
 === Logical Operators === === Logical Operators ===
  
-Logical operators work on Boolean (true/false) values.  These values often come as [[booleanconstatns|Boolean Constants]] and [[comparisonoperators|Comparison Operators]].+Logical operators work on Boolean (true/false) values.  These values often come as [[booleanconstants|Boolean Constants]] and [[comparisonoperators|Comparison Operators]].
  
 ^Logical Operators^^^^ ^Logical Operators^^^^
Line 30: Line 30:
 Also known as Boolean addition. Also known as Boolean addition.
  
-|false and false|false| +|false or false|false| 
-|false and true|true| +|false or true|true| 
-|true and false|true| +|true or false|true| 
-|true and true|true|+|true or true|true|
  
 == Xor == == Xor ==
Line 39: Line 39:
 The exclusive or.  "You can have you cake XOR you can eat it." The exclusive or.  "You can have you cake XOR you can eat it."
  
-|false and false|false| +|false xor false|false| 
-|false and true|true| +|false xor true|true| 
-|true and false|true| +|true xor false|true| 
-|true and true|false|+|true xor true|false|
en/logicaloperators.txt · Last modified: 2020/02/28 10:46 (external edit)