2 lines
81 B
Common Lisp
2 lines
81 B
Common Lisp
((lambda (x) (list x (list 'quote x)))
|
|
'(lambda (x) (list x (list 'quote x))))
|