$title = "Logical Operators";
//
Logical Operators
include "header.inc";
?>
A logical operator joins two propositions
to form a new, complex, proposition. (If you have not read about
propositions, you should do so now. Follow the Next links
until you return to this page.)
The truth value of the new proposition
is determined by the truth values of the two propositions
being joined and by the operator that joins them.
The following are the logical operators:
13 August 1996
include "footer.inc"; ?>