Module:Sandbox/2NumForIce/Form answer

From English Wikipedia @ Freddythechick
local p = {}

function p.answer( frame )
    return frame:getParent().args[1]
end

return p