4 lines
67 B
Common Lisp
4 lines
67 B
Common Lisp
(not #t) → #f
|
|
(not #f) → #t
|
|
(not null) → #f
|
|
(not 0) → #f
|