print all values of array `a' for i,v in ipairs(a) do print(v) end ... which allow us to iterate over the lines of a file ( io.lines ), the pairs in a table ...
確定! 回上一頁