minion = { hp = 1000, x = 10, y = 25 }for i, v in pairs(minion) do print(i, "=>", v)end
Standard input is empty
hp => 1000 y => 25 x => 10
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!