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