Module:Sandbox/Plankton: Difference between revisions
Appearance
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 | ||
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