#13
rest
 

Difficulty:Elementary
Topics:


The rest function will return all the items of a sequence except the first.
test not run
(= __ (rest [10 20 30 40]))


Code which fills in the blank: