#213
lists-8
 

Difficulty:Basic
Topics:lists


You can use a list like a stack to get the first element
test not run
(= __ (peek (quote (:a :b :c :d :e))))


Code which fills in the blank: