Logo

Programming-Idioms

History of Idiom 7 > diff from v146 to v147

Edit summary for version 147 by programming-idioms.org:
Fix dartpad demo link

Version 146

2023-10-31, 21:23:36

Version 147

2023-10-31, 21:23:37

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