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