#4
Lists
 

Difficulty:Elementary
Topics:


Lists can be constructed with either a function or a quoted form.
test not run
(= (list __) '(:a :b :c))


Code which fills in the blank: