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