zip argsWhat it does:
takes two lists {x1 x2 x3 ...} and {y1 y2 y3 ...} and returns a list of tuples {x1 y1} {x2 y2} {x3 y3} ... Works analogously with 3 or more lists.Defined in: /web/philip/tcl/ad-functional.tcl
Source code:
transpose $args