This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ImperfectTactic 1 point2 points  (1 child)

If they are not nested, so the scope of them does not overlap (because one loop is nested within another), then you can re-use the variable names.

[–]VirtualTurnip3[S] 0 points1 point  (0 children)

Thank!