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