#213
lists-8
Difficulty: | Basic |
Topics: | lists |
You can use a list like a stack to get the first element
(= __ (peek (quote (:a :b :c :d :e)))) |
Difficulty: | Basic |
Topics: | lists |
(= __ (peek (quote (:a :b :c :d :e)))) |