RosettaCodeData/Task/Boolean-values/EchoLisp/boolean-values.l
2023-07-01 13:44:08 -04:00

4 lines
67 B
Common Lisp

(not #t) #f
(not #f) #t
(not null) #f
(not 0) #f