Jump to content

Module:Sandbox

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Luizdl (talk | contribs) at 02:02, 9 February 2017. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

-- Placeholder only! Do not add code.
local t = {}

function t.main(frame)
	return type(setfenv)
end

return t