ChonkyStation/zep/tests/test.lsp
2022-07-07 16:42:31 +02:00

7 lines
76 B
Common Lisp

(+ 2 2)
(defun negate (X)
"Negate a number"
(- X))
(negate 5)