Contents
Next
Page+10
Index
What is
(cons '(a) '(b))
?
A:
(a b)
B:
((a) (b))
C:
((a) b)
D:
((a b))
E:
error
Answer