doc-src/Tutorial/Misc/constdefs
author wenzelm
Fri, 28 Aug 1998 14:59:34 +0200
changeset 5406 83e1e2dadcca
parent 5377 efb799c5ed3c
permissions -rw-r--r--
added emacs mode; tuned;

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