-- TimurO Google Code-in 2017, Introduction to Lua in Wikipedia.
-- TimurO Google Code-in 2017, Create your own Lua module on English Wikipedialocal p = -- p stands for package
function p.hello(frame) return "Hello, world!"end
return p
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Sandbox/TimurO".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.