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 =return _args.a
return a
end
 
Line 13 ⟶ 12:
}
return test(_args)
end