Skip to content
TurtleKitty edited this page May 12, 2019 · 2 revisions

nand

Not and.

(nand 0 0) ; true
(nand 0 1) ; true
(nand 1 0) ; true
(nand 1 1) ; false
Clone this wiki locally