Jump to content

Module:Sandbox/Jackmcbarn

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jackmcbarn (talk | contribs) at 02:08, 1 August 2014 (back to skeleton). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local newBuffer = require('Module:OutputBuffer')

local p = {}

function p.main(frame)
	local getBuffer, print, printf = newBuffer()
	return getBuffer()
end

return p