Marq's Website
Qtwyqp Qly
Logical Operators
Logical Operators are words which take statements with boolean values and return a boolean value.
Logical Operators
- Vowel
- Forms
- statement1 statement2 blo
- means "statement1 only if statement2"
- statement1 statement2 dlo
- means "statement1 if statement2"
- statement1 statement2 zzlo
- means "statement1 if and only if statement2"
- statement1 statement2 ttlo
- means "statement1 and statement2"
- statement1 statement2 tlo
- means "statement1 or statement2 but not both"
- statement1 statement2 tlott
- means "statement1 and/or statement2"
- statement1 lo
- means "it is the case that statement1"
- statement1 lon
- means "it is not the case that statement1"
Last Updated: 2009-05-02
The author, Marq Thompson, wished the content of this website to be uncopyrighted after his death.