2 lines
32 B
Common Lisp
2 lines
32 B
Common Lisp
|
(define a (λ () (+ 1 2 3)))
|
||
|
(a)
|