2 lines
48 B
Common Lisp
2 lines
48 B
Common Lisp
( (lambda ((a . 1) (b . 2))
|
|
(list a b c)) )
|
( (lambda ((a . 1) (b . 2))
|
|
(list a b c)) )
|