doc-src/Tutorial/Misc/constdefs
author skalberg
Fri, 29 Aug 2003 13:18:45 +0200
changeset 14173 a3690aeb79d4
parent 5377 efb799c5ed3c
permissions -rw-r--r--
Removed the extended digits again.

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