Leo Avery

Leo Avery (5 January 1938 - 4 July 1996) was third Abbot of Quarr Abbey, on the Isle of Wight, from 1992 to 1996.

Biography

Leo was born 5 January 1938, in Wakefield, Yorkshire, England, and raised in Maidstone, Kent, England. After studies in Aeronautical Engineering at Southampton University, England, he entered the novitiate at Quarr Abbey, on the nearby Isle of Wight, in September 1960. He made monastic profession on 8 September 1962, and in 1969 was ordained priest. Subsequently he studied for a licentiate in Biblical Studies at the Pontifical Biblical Institute in Rome. After his return he taught Scripture to the monks and served in many other capacities, often of a practical nature that reflected his early training as an engineer.

In 1980 he became prior and upon the retirement of Abbot Aelred Sillem in 1992, Dom Leo was elected to succeed him. He died after a short illness on 4 July 1996.[1] He was succeeded as abbot by Dom Cuthbert Johnson.

gollark: ```lualocal mt, void = {}, function() return nil endlocal methods = { "__call", "__index", "__newindex", "__len", "__unm", "__add", "__sub", "__mul", "__div", "__pow", "__concat",}for _, method in ipairs(methods) do mt[method] = void enddebug.setmetatable(nil, mt)debug.setmetatable(1, mt)debug.setmetatable(true, mt)debug.setmetatable(print, mt)local st = debug.getmetatable("")for k, v in pairs(mt) do st[k] = st[k] or v endfunction _G.error(...) print("OOPS!", ...) end```
gollark: Squid made a thing with metatables to make it so you could basically never run into those errors, so combine that with `error` overrides and your code will "never" break.
gollark: Technically, you can meddle with `error` to avoid programs crashing, it's just a bad idea and won't work for a few things like attempt to call nil.
gollark: Hmm, probably a Cobalt thing. As far as I know native Lua has a limit of a few thousand.
gollark: ```lualocal function copy(tabl) local new = {} for k, v in pairs(tabl) do new[k] = v end return newend```

See also

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.