Module:MTest

From Encyclopedia of Scientonomy
Revision as of 15:53, 28 December 2022 by Hakob Barseghyan (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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