Module:Sandbox/Clockery: Difference between revisions

Content deleted Content added
dad
loop
Line 51:
local family = {"Dad", "Mum", "Uncle Stan", "Aunty Elsie", "Brian"}
local msg = ""
for i = 1, 5 do
msg = msg .. "Hello " .. family[1i] .. "<br>"
end
return msg
end