Jump to content

Module:Sandbox/Plankton: Difference between revisions

From Consumer Rights Wiki
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

Latest revision as of 05:00, 31 October 2025

Documentation for this module may be created at Module:Sandbox/Plankton/doc

local p = {}
function p.test()
	
end
return p