lasp/examples/define.lisp
2024-05-03 12:49:43 -05:00

3 lines
46 B
Common Lisp

(define a 10)
(define b 20)
(define c (+ a b))