Module:MTest

From Encyclopedia of Scientonomy
Revision as of 15:51, 28 December 2022 by Hakob Barseghyan (talk | contribs) (Hakob Barseghyan moved page Module:Test to Module:MTest without leaving a redirect)
Jump to navigation Jump to search

This is a test page


local p = {};     

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