Content deleted Content added
No edit summary |
No edit summary |
||
Line 17:
end -- end of the function "hello"
function p.
local name = frame.args[1] -- To access arguments passed to a module, use `frame.args`
-- `frame.args[1]` refers to the first unnamed parameter
|