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