ref: c3b2a82247151de682299714a484288667a72a8c dir: /lua/test/echo.lua/
-- echo command line arguments for i=0,table.getn(arg) do print(i,arg[i]) end