local p =
local ct = 0
p.test = function s = "" for k,v in pairs(debug) do s = s .. k .. "\n" end return debug.traceback --return debug.getinfo(1, "SI")end
function p.counter ct = ct + 1 return ctend return p
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Sandbox/CXuesong/GP1".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.