mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 21:52:31 +03:00
Fix default make-array value, closes #2578
This commit is contained in:
parent
2cc496c3ef
commit
3a0ffaa05d
@ -284,7 +284,8 @@ nil ; false; also, the empty list: ()
|
||||
;;; To access the element at 1, 1, 1:
|
||||
|
||||
(aref (make-array (list 2 2 2)) 1 1 1) ; => 0
|
||||
|
||||
;;; This value is implementation-defined:
|
||||
;;; NIL on ECL, 0 on SBCL and CCL.
|
||||
|
||||
;;; Adjustable vectors
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user