ronin/examples/math.lisp
2019-07-13 21:27:40 +02:00

5 lines
75 B
Common Lisp

(
(echo (add 2 3))
(echo (sub 22 3 4 5))
(echo (mul 2 3 4 5))
)