Documentation for this module may be created at Module:MyModule/doc
-- Module:MyModule local p = {} function p.add(a, b) return a + b end return p