Main Page
Problem List
Top Users
Help
REPL
Docs
Login
Register
#4
Lists
Difficulty:
Elementary
Topics:
Lists can be constructed with either a function or a quoted form.
(= (list __) '(:a :b :c))
Code which fills in the blank:
Run