### Add the ability to find out the iteration index For example: ```pawn foreach (Player, item, index) ``` Make this parameter optional: ```pawn foreach (Player, item) ``` #### I think this would be convenient when you need to find out the index
Add the ability to find out the iteration index
For example:
foreach (Player, item, index)Make this parameter optional:
foreach (Player, item)I think this would be convenient when you need to find out the index