AND
<logic>
(Or "conjunction") The Boolean function which is true only if all its arguments are true. The truth table for the two argument AND function is:
A | B | A AND B --+---+--------- F | F | F F | T | F T | F | F T | T | TAND is often written as an inverted "V" in texts on logic. In the C programming language it is represented by the && (logical and) operator.
Last updated: 1997-11-15
Nearby terms:
Analytical Solutions Forum ♦ anchor ♦ ANCP ♦ AND ♦ ANDF ♦ Andorra-I ♦ Andorra Kernel Language
Try this search on Wikipedia, Wiktionary, Google, OneLook.
Loading