Module:BaduFerreira-testing

local p = {} --p stands for package

function p.hello( frame )
    return "Hello, world!"
end

function p.testmsg1( frame )
    return "Mercury"
end

function p.testmsg2( frame )
    return "Venus"
end

function p.testmsg3( frame )
    return "Earth"
end

return p
  NODES
HOME 1
languages 2
Note 1