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?
_ and i are just names. _,v and i,v is the same.