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