mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-07-31 12:00:34 +02:00
[Common Lisp/en] Add a missing argument to (walker)
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user