doc-src/Tutorial/Misc/constdefs
author wenzelm
Mon, 28 Aug 2000 13:52:38 +0200
changeset 9695 ec7d7f877712
parent 5377 efb799c5ed3c
permissions -rw-r--r--
proper setup of iman.sty/extra.sty/ttbox.sty;

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