RosettaCodeData/Task/Matrix-transposition/PostScript/matrix-transposition.ps
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

6 lines
189 B
PostScript

/transpose {
[ exch {
{ {empty? exch pop} map all?} {pop exit} ift
[ exch {} {uncons {exch cons} dip exch} fold counttomark 1 roll] uncons
} loop ] {reverse} map
}.