Logo

Programming-Idioms

History of Idiom 141 > diff from v2 to v3

Edit summary for version 3 by BBaz:
because

Version 2

2016-08-14, 20:14:35

Version 3

2016-08-14, 20:17:17

Idiom #141 Iterate in sequence over two lists

Iterate in sequence over the elements of the list items1 then items2. Print each 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.