Module:Sandbox/Plankton: Difference between revisions
Created page with "local p = {} function test() end return p" |
mNo edit summary |
||
| Line 1: | Line 1: | ||
local p = {} | local p = {} | ||
function test() | function p.test() | ||
end | end | ||
return p | return p | ||
Created page with "local p = {} function test() end return p" |
mNo edit summary |
||
| Line 1: | Line 1: | ||
local p = {} | local p = {} | ||
function test() | function p.test() | ||
end | end | ||
return p | return p | ||