Module:MTest

From Encyclopedia of Scientonomy
Jump to navigation Jump to search

This is a test page


local p = {};     

p.hello = function( frame )
    str = "Hello World!"
    return str
end

return p