local p = --p stands for package
function p.hello(frame) return "Hello, world!"end
p.helloTo = function(frame) return "Hello " .. frame.args[1] .. "!"end-- Commentreturn p
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Sandbox/User:SuperDragonXD/First module".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.