doc-src/Tutorial/Misc/constdefs
author wenzelm
Tue, 01 Aug 2000 00:18:40 +0200
changeset 9482 9c438a65be0a
parent 5377 efb799c5ed3c
permissions -rw-r--r--
tuned;

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