Plankton (talk | contribs)
Created page with "local p = {} function test() end return p"
 
Plankton (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
local p = {}
local p = {}
function test()
function p.test()
end
end
return p
return p