Difference between revisions of "Transclusion/Process"

From PKC
Jump to navigation Jump to search
(Created page with "{{Module:Banana}}")
 
 
Line 1: Line 1:
{{Module:Banana}}
{{#invoke:Utility|luaSourceCodeText|{{Module:Banana}}
}}

Latest revision as of 07:24, 24 November 2022

local p = {} --p stands for package

function p.hello( frame )
    --return "Hello, world!"
    return frame
end

return p