doc-src/Tutorial/Misc/defs
author ballarin
Wed, 07 Apr 2004 20:42:13 +0200
changeset 14528 1457584110ac
parent 5377 efb799c5ed3c
permissions -rw-r--r--
Locale instantiation: label parameter optional, new attribute paramter.

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