for i, v in pairs(favoritefoods_table) do --loop through the table--. 5. print(i) --print the number--. 6. print(v) --print the value--. 7. end. table lua.
確定! 回上一頁