DuckCorp

DuckCorp Dico

(RFC 2229 compliant dictionary server)

Found one definition

  1.                 From The Free On-line Dictionary of Computing (19 January 2023):
                    

    OR

    <logic> The Boolean function which is true if any of its arguments are true. Its truth table is:

    A | B | A OR B --+---+--------- F | F | F F | T | T T | F | T T | T | T

    (1996-11-04)