doc-src/Tutorial/Misc/constdefs
author berghofe
Mon, 10 Dec 2001 15:18:34 +0100
changeset 12438 afd41635dcf9
parent 5377 efb799c5ed3c
permissions -rw-r--r--
Added new files (code generator and examples).

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