Module:Sandbox/CAS222222221/S: Difference between revisions

Content deleted Content added
Created page with 'p = {} local function test( ... ) return a end function p.func(frame) _args = { a = "apple", b = "boy", } return test(_args) end return p'
 
No edit summary
Line 1:
p = {}
 
local function test( ... _args)
return a
end