Module:Sandbox/Anirudh23042003: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 35:
end
return out
end
 
p.mum = function(frame)
local family = {"Dad", "Mum", "Uncle Stan", "Aunty Elsie", "Brian"}
local msg = ""
msg = msg .. "Hello " .. family[2] .. "<br>"
return msg
end