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