In Section "What is the difference between pairs and ipairs?", mixed up: "ipairs(t) gives a general iterator over all the keys and values in a table, numerical or not, and in no particular order; pairs(t) goes over the array part, in order."