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