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