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