Content deleted Content added
modify |
modify number of iterations |
||
Line 42:
local num = tonumber( frame.args.num ) or 2
local out = "Times table of 2<br>"
for i = 1,
out = out .. i .. " times " .. num .. "
end
return out
|