Main Page
Problem List
Top Users
Help
REPL
Docs
Login
Register
#13
rest
Difficulty:
Elementary
Topics:
The rest function will return all the items of a sequence except the first.
(= __ (rest [10 20 30 40]))
Code which fills in the blank:
Run