doc-src/Tutorial/Misc/constdefs
author webertj
Wed, 10 Mar 2004 20:36:11 +0100
changeset 14455 5c4a1e96efd6
parent 5377 efb799c5ed3c
permissions -rw-r--r--
Updated examples

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