How do I iterate a simple Lua table, that is a sequence, from end? Example of wanted behavior: local mytable = {'a', 'b', 'c'} for i, ...
確定! 回上一頁