pack(v,n)
-- packs the elements of the list or sequence
v
into a table n
at a time.
It produces, from a list v
, a list of lists formed by packing the
elements of v
into lists n
at a time. The last of the lists
produced may have fewer than n
elements.