lasp/examples/lambda.lisp
2024-05-03 12:33:48 -05:00

2 lines
32 B
Common Lisp

(define a (λ () (+ 1 2 3)))
(a)