Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

What does for _, v in pairs() do mean and when to use it?

Asked by
Ieowyyn 69
4 years ago

The question is quite self-explanatory, so. I know for i, v in pairs() and for i = x,x,x do but what does

for _, v in pairs() do

end

mean?

1 answer

Log in to vote
0
Answered by 4 years ago

_ and i are just names. _,v and i,v is the same.

0
Ah, okay. Ieowyyn 69 — 4y
0
this answer isn't very constructive but ok Luka_Gaming07 534 — 4y
Ad

Answer this question