User:Plankton/sandbox: Difference between revisions
testing if lua works |
No edit summary |
||
| Line 1: | Line 1: | ||
local p{} | local p{} | ||
function p.hello(frame) | function p.hello(frame) | ||
local name = frame.args[1] or "world" | |||
return "Hello, " .. name .. "!" | |||
end | end | ||
return p | return p | ||