Jump to content

Module:Sandbox/MSGJ

From Wikipedia, the free encyclopedia
require('strict')
local p = {}

p.main = function(frame)
	local t
	return string.lower(t)
end

return p