zip

EveAndersson.com : API Browser : zip

zip

zip[ args... ]
Defined in tcl/ad-functional.tcl

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.

[ show source ]

Show another procedure:

eve@eveandersson.com