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