4 lines
79 B
Text
4 lines
79 B
Text
(de matTrans (Mat)
|
|
(apply mapcar Mat list) )
|
|
|
|
(matTrans '((1 2 3) (4 5 6)))
|