2 lines
82 B
Common Lisp
2 lines
82 B
Common Lisp
(set 'myarray (array 3 4 (sequence 1 12)))
|
|
→ ((1 2 3 4) (5 6 7 8) (9 10 11 12))
|