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