The Wiki says I can use
for index, value in ipairs(myArray) do print(index, '=', value) end
To make new values in a table. I don't understand what this means though, can anyone explain? More specifically, what do the "index", "value", and "print" parts do?