Content deleted Content added
AmeyaPurao (talk | contribs) No edit summary |
AmeyaPurao (talk | contribs) 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
|