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

<body>

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

<hr>

<p>
<font size=+1><i>DICTIONARY</i> <b>dict_del</b>(<i>DICTIONARY <b>dict</b>, ANY <b>key</b></i>)</font>

<p>This function the <var>key</var> <var>value</var> association from
the dictionary <var>dict</var> and returns the result.  If there is no
association with the specified key, then the error <CODE>~keynf</CODE>
is thrown.
<blockquote> 
<PRE>
dict_del(#[["foo", 1], ["bar", 2]], "foo")
=&gt; #[["bar", 2]]
</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>