Method code for $list.transpose()

[Turn on line numbering]
arg list;

return $math.transpose(list);

// Created 27-Mar-1995 as a part of ColdCore, see: @help Credit

Tlon