<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.easyuo.com/openeuo/wiki/index.php?action=history&amp;feed=atom&amp;title=Deque.pushback</id>
		<title>Deque.pushback - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.easyuo.com/openeuo/wiki/index.php?action=history&amp;feed=atom&amp;title=Deque.pushback"/>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=Deque.pushback&amp;action=history"/>
		<updated>2026-05-01T02:35:40Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.26.3</generator>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=Deque.pushback&amp;diff=1162&amp;oldid=prev</id>
		<title>Ximan: Created page with &quot;== Calling Pattern == Call  local d = sl.deque()  -- later  local r = d.pushback(a) Args  a is any type but nil Results  r is any type  == Description ==  Calling pushback adds a...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=Deque.pushback&amp;diff=1162&amp;oldid=prev"/>
				<updated>2010-12-19T00:48:38Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Calling Pattern == Call  local d = sl.deque()  -- later  local r = d.pushback(a) Args  a is any type but nil Results  r is any type  == Description ==  Calling pushback adds a...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Calling Pattern ==&lt;br /&gt;
Call&lt;br /&gt;
 local d = sl.deque()&lt;br /&gt;
 -- later&lt;br /&gt;
 local r = d.pushback(a)&lt;br /&gt;
Args&lt;br /&gt;
 a is any type but nil&lt;br /&gt;
Results&lt;br /&gt;
 r is any type&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Calling pushback adds a value to the back of the queue. Use [[null]] in lieu of [[nil]] for nil values.  Pushback returns true upon success.&lt;br /&gt;
&lt;br /&gt;
== Upon Error ==&lt;br /&gt;
&lt;br /&gt;
Errors are reported and handled according to the operant error redirection mode.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.easyuo.com/openeuo/wiki/index.php/Simplelib simplelib]&lt;br /&gt;
&lt;br /&gt;
* [[deque]]&lt;br /&gt;
* [[deque.popfront]]&lt;/div&gt;</summary>
		<author><name>Ximan</name></author>	</entry>

	</feed>