Module:Sandbox/AmeyaPurao: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 33:
local friends = {"Agnetha", "Betty", "Carlos", "Davinder", "Eloise"}
local msg = ""
for i = 1, 5 do
msg = msg .. "Hello " .. friends[1i] .. "<br>"
end
return msg
end