interleave multiple input lists to one output list. E.g., if inputs are "A B C" and "1 2 3", the output will be "A 1 B 2 C 3".

Repository Path
/max/externals/lists/interleave/
Attachments