<?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.value</id>
		<title>Linklist.value - 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.value"/>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=Linklist.value&amp;action=history"/>
		<updated>2026-05-13T21:02:02Z</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.value&amp;diff=1127&amp;oldid=prev</id>
		<title>Ximan: Created page with &quot;== Calling Pattern == Call  local k = sl.linklist()  -- later  local r = k.value(a)  Arguments  a is a number  Results  r is of any type  == 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.value&amp;diff=1127&amp;oldid=prev"/>
				<updated>2010-12-18T22:27:29Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Calling Pattern == Call  local k = sl.linklist()  -- later  local r = k.value(a)  Arguments  a is a number  Results  r is of any type  == 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.value(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 of any type&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 value returns the value associated with pseudo-index a.  If the list is empty or a is otherwise an invalid pseudo-index, value returns [[nil]].  For this reason, [[null]] should be used to store [[nil]] values in a linked list.&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.prevlink]]&lt;br /&gt;
* [[linklist.removelink]]&lt;br /&gt;
* [[linklist.returntable]]&lt;br /&gt;
* [[linklist.setvalue]]&lt;br /&gt;
* [[linklist.swap]]&lt;br /&gt;
* [[linklist.tail]]&lt;br /&gt;
&lt;br /&gt;
* [[nil]]&lt;br /&gt;
* [[non]]&lt;br /&gt;
* [[null]]&lt;/div&gt;</summary>
		<author><name>Ximan</name></author>	</entry>

	</feed>