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