mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-26 20:34:32 +03:00
fixed small inconsistency
This commit is contained in:
parent
01140bd131
commit
92dff0c07c
@ -502,7 +502,7 @@ nil ; false; also, the empty list: ()
|
|||||||
|
|
||||||
(fact 5) ; => 120
|
(fact 5) ; => 120
|
||||||
|
|
||||||
(loop :for x :across "abc" :collect x)
|
(loop :for x :across "abcd" :collect x)
|
||||||
; => (#\a #\b #\c #\d)
|
; => (#\a #\b #\c #\d)
|
||||||
|
|
||||||
(dolist (i '(1 2 3 4))
|
(dolist (i '(1 2 3 4))
|
||||||
|
Loading…
Reference in New Issue
Block a user