doc-src/Tutorial/Misc/constdefs
author kleing
Wed, 12 Jul 2000 14:47:55 +0200
changeset 9287 c406d0af9368
parent 5377 efb799c5ed3c
permissions -rw-r--r--
about.html -> logics.html

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