doc-src/Tutorial/Misc/defs
author wenzelm
Sat, 19 Aug 2000 12:49:19 +0200
changeset 9663 e4d58f1be05b
parent 5377 efb799c5ed3c
permissions -rw-r--r--
output \isachar;

defs nand_def "nand A B == ~(A & B)"
     exor_def "exor A B == A & ~B | ~A & B"