mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-27 04:44:08 +03:00
Foolishness borne of haste
This commit is contained in:
parent
f39aa6adfb
commit
fa910a4bc9
@ -410,7 +410,7 @@ nil ; for false - and the empty list
|
||||
;; Of course recursion is supported:
|
||||
|
||||
(defun walker (n)
|
||||
(if (zerop 0)
|
||||
(if (zerop n)
|
||||
:walked
|
||||
(walker (1- n))))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user