Logo

Programming-Idioms

History of Idiom 141 > diff from v3 to v4

Edit summary for version 4 by BBaz:
Linked to idiom #143 [Iterate altenatively over two lists]

Version 3

2016-08-14, 20:17:17

Version 4

2016-08-14, 21:05:39

Idiom #141 Iterate in sequence over two lists

Iterate in sequence over the elements of the list items1 then items2. For each iteration print the element.

Idiom #141 Iterate in sequence over two lists

Iterate in sequence over the elements of the list items1 then items2. For each iteration print the element.