We advise against using this. It may be changed or removed in a future update.
This was deprecated in Lua 5.1 and removed in 5.2. You should use pairs instead.
Iterates for each key-value pair in the table, calling the function with the key and value of the pair. If the function returns anything, the loop is broken.