Logo

Programming-Idioms

History of Idiom 7 > diff from v121 to v122

Edit summary for version 122 by programming-idioms.org:
Linked to idiom #286 [Iterate over characters of a string]

Version 121

2021-12-07, 09:52:19

Version 122

2021-12-13, 13:29:03

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
indices traverse traversal
Extra Keywords
indices traverse traversal