Module:Sandbox/Clockery: Difference between revisions

Content deleted Content added
task 8 table function
dad
Line 51:
local family = {"Dad", "Mum", "Uncle Stan", "Aunty Elsie", "Brian"}
local msg = ""
msg = msg .. "Hello " .. family[21] .. "<br>"
return msg
end