lasp/examples/lambda.lisp

2 lines
32 B
Common Lisp
Raw Normal View History

2024-05-03 17:33:48 +00:00
(define a (λ () (+ 1 2 3)))
(a)