local p = ;
p.hello = function(frame) --Add a function to "my_object". local str = "Hello World!" --Declare a local variable and set it equal to mw.log(str) return str --This tells us to quit this function and send the information inend
return p
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Sandbox/pietrasagh/sometest".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.