Content deleted Content added
edit heading |
modify |
||
Line 43:
local out = "Times table of 2<br>"
for i = 1, 10 do
out = out .. i .. " times " .. num .. " = " .. i * num .. "<br>"
end
return out
|
edit heading |
modify |
||
Line 43:
local out = "Times table of 2<br>"
for i = 1, 10 do
out = out .. i .. " times " .. num .. " = " .. i * num .. "<br>"
end
return out
|