Logo

Programming-Idioms

History of Idiom 143 > diff from v2 to v3

Edit summary for version 3 by BBaz:
Linked to idiom #141 [Iterate in sequence over two lists]

Version 2

2016-08-14, 20:16:27

Version 3

2016-08-14, 21:05:39

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 altenatively over two lists

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