local p =
function p.doOp(frame) local n local op1 = frame.args[1] local op = frame.args[2] local op2 = frame.args[3] if op
"-" then n = op1 - op2 elseif op
"/" then n = op1 / op2 elseif op
return p
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Sandbox/TheTruthCreater/TemplateMath".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.