mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 21:52:31 +03:00
Merge pull request #3227 from stigtsp/master
[CommonLisp/en] fixed inconsistency between code and output value
This commit is contained in:
commit
b3ad4017a5
@ -502,7 +502,7 @@ nil ; false; also, the empty list: ()
|
||||
|
||||
(fact 5) ; => 120
|
||||
|
||||
(loop :for x :across "abc" :collect x)
|
||||
(loop :for x :across "abcd" :collect x)
|
||||
; => (#\a #\b #\c #\d)
|
||||
|
||||
(dolist (i '(1 2 3 4))
|
||||
|
Loading…
Reference in New Issue
Block a user