5.1.57 kill
-----------
Syntax:
kill ( name )

kill ( list_of_names )
Type:
none
Purpose:
deletes objects.
Example:
  int i=3;
  ring r=0,x,dp;
  poly p;
  listvar();
==> // r                    [0]  *ring
==> //      p                    [0]  poly
==> // i                    [0]  int 3
==> // LIB                  [0]  string standard.lib
  kill(i,r);
  // the variable `i` does not exist any more
  i;
==>    ? `i` is undefined
==>    ? error occurred in line 7: `  i;`
  listvar();
==> // LIB                  [0]  string standard.lib
See
defined;
general_lib;
names.
<font size="-1">
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; User manual for <a href="http://www.singular.uni-kl.de/"><i>Singular</i></a> version 2-0-4, October 2002,
generated by <a href="http://www.gnu.org/software/texinfo/"><i>texi2html</i></a>.
</font>

</body>
</html>
