History of Idiom 7 > diff from v119 to v120
Edit summary for version 120 by Anonymous:
New C# implementation by user [Anonymous]
New C# implementation by user [Anonymous]
↷
Version 119
2021-10-02, 15:32:02
Version 120
2021-10-05, 18:28:28
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
Comments bubble
Note: order is item, index, and not the conventional index, item.