<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://ase.exopla.net/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://ase.exopla.net/index.php?action=history&amp;feed=atom&amp;title=Module%3AOutputBuffer"/>
	<link rel="alternate" type="text/html" href="https://ase.exopla.net/index.php?title=Module:OutputBuffer&amp;action=history"/>
	<updated>2026-04-18T10:06:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://ase.exopla.net/index.php?title=Module:OutputBuffer&amp;diff=5049&amp;oldid=prev</id>
		<title>Sushoff: 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 	end, 	function(...) 		buffer[#buffer + 1] = string.format(...) 	end end&quot;</title>
		<link rel="alternate" type="text/html" href="https://ase.exopla.net/index.php?title=Module:OutputBuffer&amp;diff=5049&amp;oldid=prev"/>
		<updated>2025-02-01T13:26:11Z</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 	end, 	function(...) 		buffer[#buffer + 1] = string.format(...) 	end end&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>Sushoff</name></author>
	</entry>
</feed>