Logo

Programming-Idioms

History of Idiom 143 > diff from v8 to v9

Edit summary for version 9 by programming-idioms.org:
Linked to idiom #163 [Print list elements by group of 2]

Version 8

2017-06-14, 15:33:08

Version 9

2017-08-21, 19:30:41

Idiom #143 Iterate alternatively 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
Extra Keywords
parallel