lasp/examples/define.lisp
2024-05-03 13:43:17 -05:00

3 lines
58 B
Common Lisp

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