[Common Lisp/en] Add a missing argument to (walker)

This commit is contained in:
ven 2014-10-27 20:01:55 +01:00
parent 2a6e60d83b
commit 67de7d7281

View File

@ -431,7 +431,7 @@ nil ; for false - and the empty list
:walked
(walker (1- n))))
(walker) ; => :walked
(walker 5) ; => :walked
;; Most of the time, we use DOLIST or LOOP