<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://panoptic.com/mediawiki/aolserver/index.php?action=history&amp;feed=atom&amp;title=Keylkeys</id>
	<title>Keylkeys - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://panoptic.com/mediawiki/aolserver/index.php?action=history&amp;feed=atom&amp;title=Keylkeys"/>
	<link rel="alternate" type="text/html" href="https://panoptic.com/mediawiki/aolserver/index.php?title=Keylkeys&amp;action=history"/>
	<updated>2026-04-15T23:01:21Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://panoptic.com/mediawiki/aolserver/index.php?title=Keylkeys&amp;diff=5689&amp;oldid=prev</id>
		<title>Josephbui: Undo revision 5686 by Jenika (Talk)</title>
		<link rel="alternate" type="text/html" href="https://panoptic.com/mediawiki/aolserver/index.php?title=Keylkeys&amp;diff=5689&amp;oldid=prev"/>
		<updated>2010-03-04T18:35:53Z</updated>

		<summary type="html">&lt;p&gt;Undo revision 5686 by &lt;a href=&quot;/wiki/aolserver/Special:Contributions/Jenika&quot; title=&quot;Special:Contributions/Jenika&quot;&gt;Jenika&lt;/a&gt; (&lt;a href=&quot;/mediawiki/aolserver/index.php?title=User_talk:Jenika&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;User talk:Jenika (page does not exist)&quot;&gt;Talk&lt;/a&gt;)&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 18:35, 4 March 2010&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Josephbui</name></author>
		
	</entry>
	<entry>
		<id>https://panoptic.com/mediawiki/aolserver/index.php?title=Keylkeys&amp;diff=2671&amp;oldid=prev</id>
		<title>WikiSysop: imported from WiKit id 837</title>
		<link rel="alternate" type="text/html" href="https://panoptic.com/mediawiki/aolserver/index.php?title=Keylkeys&amp;diff=2671&amp;oldid=prev"/>
		<updated>2004-06-14T19:33:29Z</updated>

		<summary type="html">&lt;p&gt;imported from WiKit id 837&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Man page: http://aolserver.com/docs/tcl/keylkeys.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''NAME'''&lt;br /&gt;
&lt;br /&gt;
: keylkeys - Return the keys for a keyed list&lt;br /&gt;
&lt;br /&gt;
'''SYNOPSIS'''&lt;br /&gt;
&lt;br /&gt;
: '''keylkeys''' ''listvar ?key?''&lt;br /&gt;
&lt;br /&gt;
'''DESCRIPTION'''&lt;br /&gt;
&lt;br /&gt;
: This command returns a list of keys for the keyed list ''listvar''.  If ''key'' is specified, the values for that key are returned instead.&lt;br /&gt;
&lt;br /&gt;
: Keyed lists are an extension of Tcl provided by the TclX package.  They are an alternative to using [[ns_set]], but we highly recommend using [[ns_set]] instead of keyed lists where possible.  The commands provided by AOLserver were taken directly from a 1995 version of the TclX package.&lt;br /&gt;
&lt;br /&gt;
'''EXAMPLES'''&lt;br /&gt;
&lt;br /&gt;
    % keylset mylist a 1 {b c} 2&lt;br /&gt;
&lt;br /&gt;
    % keylkeys mylist&lt;br /&gt;
    a {b c}&lt;br /&gt;
&lt;br /&gt;
    % keylkeys mylist a&lt;br /&gt;
    1&lt;br /&gt;
&lt;br /&gt;
'''SEE ALSO'''&lt;br /&gt;
&lt;br /&gt;
: TclX [http://wiki.tcl.tk/TclX], [[keyldel]], [[keylget]], [[keylset]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[Category Documentation]] - [[Category Core Tcl API]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
		
	</entry>
</feed>