lasp/examples/math.lisp

4 lines
108 B
Common Lisp
Raw Normal View History

2024-05-03 17:33:48 +00:00
(+ 1 2 3 4 5 6 7 8 9 10) ; 55
(- 10 9 8 7 6 5 4 3 2 1) ; -35
(* 1 2 3 4 5 6 7 8 9 10) ; 3628800
(/ 10 5) ; 2