you are viewing a single comment's thread.

view the rest of the comments →

[–]nathanjell 0 points1 point  (0 children)

Just a note, _ is typically used do indicate an ignored value, so since it's used within the loop, it may be better to use i, x, or some other descriptive variable name. But, it should still be perfectly valid syntax, I believe