doc-src/Tutorial/Misc/defs
author wenzelm
Tue, 08 Jan 2002 00:02:25 +0100
changeset 12660 5743f2fba24e
parent 5377 efb799c5ed3c
permissions -rw-r--r--
tuned;

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