Content deleted Content added
modify number of iterations |
modify |
||
Line 41:
p.times = function(frame)
local num = tonumber( frame.args.num ) or 2
local out = "Times table of
for i = 1, 12 do
out = out ..
end
return out
|