<?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.peekback</id>
		<title>Deque.peekback - 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.peekback"/>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=Deque.peekback&amp;action=history"/>
		<updated>2026-05-15T08:43:16Z</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.peekback&amp;diff=1154&amp;oldid=prev</id>
		<title>Ximan: Created page with &quot;== Calling Pattern == Call  local d = sl.deque()  -- later  local r = d.peekback() Results  r is any type  == Description ==  Calling peekback returns the value at the back of th...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=Deque.peekback&amp;diff=1154&amp;oldid=prev"/>
				<updated>2010-12-19T00:35:32Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Calling Pattern == Call  local d = sl.deque()  -- later  local r = d.peekback() Results  r is any type  == Description ==  Calling peekback returns the value at the back of th...&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.peekback()&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 peekback returns the value at the back of the queue, without actually removing it.  If the queue is empty, peekback returns nil.  [[Deque.back]] is a synonym for peekback.&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.peekat]]&lt;br /&gt;
* [[deque.peekfront]]&lt;/div&gt;</summary>
		<author><name>Ximan</name></author>	</entry>

	</feed>