/
ColdC/Functions/
ColdC/Structure/
<head><title>ColdC: Function/Method Reference: dict_keys()</title></head>

<body>

<h1 align=center><a href="/ColdC/">ColdC</a>: <a href="/ColdC/Functions/">Function/Method Reference</a>: dict_keys()</h1>

<hr>

<p>
<font size=+1><i>LIST</i> <b>dict_keys</b>(<i>DICTIONARY <b>dict</b></i>)</font>

<p>This function returns a list of the keys of the associations in
<VAR>dict</VAR>.
<blockquote>
<PRE>
dict_keys(#[["foo", 1"], ["bar", 2], ['baz, 3]])
=&gt; ["foo", "bar", 'baz]
</PRE>
</blockquote>

<p><hr size=4><p align=center><i>Last Modified on 24 Mar 1996</i>
<br><i>Copyright &copy; 1995, 1996, Brandon Gillespie</i>
</body>