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