Jump to content

Module:SimpleDebug/sandbox

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Ans (talk | contribs) at 14:27, 14 November 2019 (Created page with '--Add your experimental module code here. -- local p = require "Module:SimpleDebug" function p.call(frame) return p[frame.args[1]](frame.args) end re...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
--[[
   Add your experimental module code here.
--]]

local p = require "Module:SimpleDebug"

function p.call(frame)
	return p[frame.args[1]](frame.args)
end

return p