doc-src/Tutorial/Misc/constdefs
author kleing
Mon, 19 Apr 2004 00:45:50 +0200
changeset 14623 811c09d426cc
parent 5377 efb799c5ed3c
permissions -rw-r--r--
devel snapshot is now tested

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