Logo

Programming-Idioms

History of Idiom 7 > diff from v102 to v103

Edit summary for version 103 by programming-idioms.org:
+keyword indices

Version 102

2020-12-14, 22:44:29

Version 103

2021-03-09, 14:12:57

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