local p = -- Defines a variable p as an empty table, but *not* nil.
function p.main(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/Amrcmln".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.