dados = { nome = 'Wallace', idade = 25}for k, v in pairs(dados) do print(k, "=>", v)end
Standard input is empty
idade => 25 nome => Wallace
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!