zip

one of the documented procedures in this installation of the ACS
Usage:
zip   args
What 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


philg@mit.edu