doc-src/Tutorial/Misc/defs
author wenzelm
Mon, 05 Feb 2001 14:39:09 +0100
changeset 11065 0038c3bedd75
parent 5377 efb799c5ed3c
permissions -rw-r--r--
fixed version string;

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