mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-23 06:03:07 +03:00
[Common Lisp/en] Add a missing argument to (walker)
This commit is contained in:
parent
2a6e60d83b
commit
67de7d7281
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user