<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://pool.calebcooper.ie/index.php?action=history&amp;feed=atom&amp;title=Module%3AOutputBuffer</id>
	<title>Module:OutputBuffer - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://pool.calebcooper.ie/index.php?action=history&amp;feed=atom&amp;title=Module%3AOutputBuffer"/>
	<link rel="alternate" type="text/html" href="https://pool.calebcooper.ie/index.php?title=Module:OutputBuffer&amp;action=history"/>
	<updated>2026-04-08T17:35:59Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://pool.calebcooper.ie/index.php?title=Module:OutputBuffer&amp;diff=12966&amp;oldid=prev</id>
		<title>Caleb Cooper: Created page with &quot;return function() 	local buffer = {} 	return function(sep) 		local b = buffer 		buffer = {} 		return table.concat(b, sep) 	end, 	function(text) 		buffer[#buffer + 1] = text 	e...&quot;</title>
		<link rel="alternate" type="text/html" href="https://pool.calebcooper.ie/index.php?title=Module:OutputBuffer&amp;diff=12966&amp;oldid=prev"/>
		<updated>2020-10-20T16:27:42Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;return function() 	local buffer = {} 	return function(sep) 		local b = buffer 		buffer = {} 		return table.concat(b, sep) 	end, 	function(text) 		buffer[#buffer + 1] = text 	e...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;return function()&lt;br /&gt;
	local buffer = {}&lt;br /&gt;
	return function(sep)&lt;br /&gt;
		local b = buffer&lt;br /&gt;
		buffer = {}&lt;br /&gt;
		return table.concat(b, sep)&lt;br /&gt;
	end,&lt;br /&gt;
	function(text)&lt;br /&gt;
		buffer[#buffer + 1] = text&lt;br /&gt;
	end,&lt;br /&gt;
	function(...)&lt;br /&gt;
		buffer[#buffer + 1] = string.format(...)&lt;br /&gt;
	end&lt;br /&gt;
end&lt;/div&gt;</summary>
		<author><name>Caleb Cooper</name></author>
	</entry>
</feed>