doc-src/Tutorial/Misc/defs
author berghofe
Thu, 14 Oct 1999 17:40:22 +0200
changeset 7870 7941ce81cb30
parent 5377 efb799c5ed3c
permissions -rw-r--r--
Corrected typo.

defs nand_def "nand A B == ~(A & B)"
     exor_def "exor A B == A & ~B | ~A & B"