Logo

Programming-Idioms

History of Idiom 7 > diff from v101 to v102

Edit summary for version 102 by programming-idioms.org:
Linked to idiom #171 [Add an element at the end of a list]

Version 101

2020-12-14, 22:43:32

Version 102

2020-12-14, 22:44:29

Idiom #7 Iterate over list indexes and values

Print each index i with its value x from an array-like collection items

Idiom #7 Iterate over list indexes and values

Print each index i with its value x from an array-like collection items

Variables
i,x,items
Variables
i,x,items
Extra Keywords
traverse traversal
Extra Keywords
traverse traversal