mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-04 13:57:38 +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
|
:walked
|
||||||
(walker (1- n))))
|
(walker (1- n))))
|
||||||
|
|
||||||
(walker) ; => :walked
|
(walker 5) ; => :walked
|
||||||
|
|
||||||
;; Most of the time, we use DOLIST or LOOP
|
;; Most of the time, we use DOLIST or LOOP
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user