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