quoted-list
(
QUOTED
...)
A parenthesized sequence of quoted elements abbreviates a list of elements. For example,
'(a b)
abbreviates
(list 'a 'b)
.
Intermediate Student Language