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