local TestModule =
TestModule.HelloWorld = function return "Hello World!"end
TestModule.RandomNumber = function return "Your random number is: " .. math.randomend
return TestModule
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Sandbox/User456541".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.