Logo

Programming-Idioms

History of Idiom 143 > diff from v3 to v4

Edit summary for version 4 by programming-idioms.org:
Typo in title, +keyword parallel

Version 3

2016-08-14, 21:05:39

Version 4

2016-08-14, 21:10:45

Idiom #143 Iterate altenatively over two lists

Iterate alternatively over the elements of the list items1 and items2. For each iteration, print the element.

Idiom #143 Iterate alternatively over two lists

Iterate alternatively over the elements of the list items1 and items2. For each iteration, print the element.

Extra Keywords
parallel