3 lines
81 B
Text
3 lines
81 B
Text
|
|
((lambda (x) (list x (list 'quote x)))
|
||
|
|
'(lambda (x) (list x (list 'quote x))))
|