zip function

from The Free On-line Dictionary of Computing (8 July 2008)
zip function

   <functional programming> A {function} that takes two lists and
   returns a list of pairs.  The idea can easily be extended to
   take N lists and return a list of N-{tuples}.

   (2008-03-29)
    

[email protected]