doc-src/Tutorial/Misc/constdefs
author wenzelm
Mon, 28 Aug 2000 15:13:55 +0200
changeset 9698 f0740137a65d
parent 5377 efb799c5ed3c
permissions -rw-r--r--
updated;

constdefs nand :: gate
         "nand A B == ~(A & B)"
          exor :: gate
         "exor A B == A & ~B | ~A & B"