Module:Sandbox/AmeyaPurao: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 28:
end
return out
end
 
function p.people(frame)
local friends = {"Agnetha", "Betty", "Carlos", "Davinder", "Eloise"}
local msg = ""
msg = msg .. "Hello " .. friends[2] .. "<br>"
return msg
end
return p