×
Create a new article
Write your page title here:
We currently have 3,035 articles on YumeWiki. Type your article name above or click on one of the titles below and start writing!



YumeWiki
3,035Articles
Revision as of 20:35, 10 July 2024 by Reas (talk | contribs) (Created page with "local p = {} function p.add(frame) return tostring(tonumber(frame.args[1]) + tonumber(frame.args[2])) end return p")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:TestModule/doc

local p = {}

function p.add(frame)
	return tostring(tonumber(frame.args[1]) + tonumber(frame.args[2]))
end

return p