Module:Sandbox/Jerry Lee Lewis' 9th toe

Revision as of 07:47, 6 April 2022 by imported>Piperium (i don't know)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:Sandbox/Jerry Lee Lewis' 9th toe/doc

local p = {}

p.double = function(frame)
	return frame.args[1]*2
end

return p