projects
/
jscl.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add *version* variable
[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)))))