Main Page
K-lisper
Problem List
Top Users
Help
REPL
Docs
Login
Register
#13
Sequences: rest
Difficulty:
N/A
Topics:
elementary
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