Fix comment
[jscl.git] / tests / array.lisp
1
2 (test (arrayp #(1 2 3 4)))
3 (test (vectorp #(1 2 3 4)))
4 (test (not (vectorp (make-array '(3 3)))))