<?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=Linklist.prevlink</id>
		<title>Linklist.prevlink - 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=Linklist.prevlink"/>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=Linklist.prevlink&amp;action=history"/>
		<updated>2026-05-13T21:02:48Z</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=Linklist.prevlink&amp;diff=1133&amp;oldid=prev</id>
		<title>Ximan: Created page with &quot;== Calling Pattern == Call  local k = sl.linklist()  -- later  local r = k.prevlink(a)  Arguments  a is a number  Results  r is a number  == Example Usage ==   local k = sl.linkl...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=Linklist.prevlink&amp;diff=1133&amp;oldid=prev"/>
				<updated>2010-12-18T22:48:00Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Calling Pattern == Call  local k = sl.linklist()  -- later  local r = k.prevlink(a)  Arguments  a is a number  Results  r is a number  == Example Usage ==   local k = sl.linkl...&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 k = sl.linklist()&lt;br /&gt;
 -- later&lt;br /&gt;
 local r = k.prevlink(a)&lt;br /&gt;
&lt;br /&gt;
Arguments&lt;br /&gt;
 a is a number&lt;br /&gt;
&lt;br /&gt;
Results&lt;br /&gt;
 r is a number&lt;br /&gt;
&lt;br /&gt;
== Example Usage ==&lt;br /&gt;
&lt;br /&gt;
 local k = sl.linklist()&lt;br /&gt;
 local j = k.inserta(0,'one')&lt;br /&gt;
 local j0 = j&lt;br /&gt;
 j = k.inserta(j,'two')&lt;br /&gt;
 j = k.inserta(j,'three')&lt;br /&gt;
 print(k.value(k.prev(j)))&lt;br /&gt;
&lt;br /&gt;
 --&amp;gt; two&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Calling prevlink returns the pseudo-index of the link preceding the valid link with pseudo-index a. If the list is empty, if a is the head of the list, or if a is otherwise an invalid pseudo-index, prevlink returns 0.  &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;
&lt;br /&gt;
* [[linklist]]&lt;br /&gt;
* [[linklist.head]]&lt;br /&gt;
* [[linklist.insertafter]]&lt;br /&gt;
* [[linklist.insertbefore]]&lt;br /&gt;
* [[linklist.length]]&lt;br /&gt;
* [[linklist.nextlink]]&lt;br /&gt;
* [[linklist.removelink]]&lt;br /&gt;
* [[linklist.returntable]]&lt;br /&gt;
* [[linklist.setvalue]]&lt;br /&gt;
* [[linklist.tail]]&lt;br /&gt;
* [[linklist.value]]&lt;/div&gt;</summary>
		<author><name>Ximan</name></author>	</entry>

	</feed>