Module:Sandbox/CAS222222221/S: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1:
p = {}
 
local function test( ..._args )
a = _args.a
return a
Line 13:
}
return test(_args)
end