5.1.129 type
------------
Syntax:
type  name ; 

type ( name );
Type:
none
Purpose:
prints the name, level, type and value of a variable. To display the
value of an expression, it is sufficient to type the expression followed
by ;.
Example:
  int i=3;
  i;
==> 3
  type(i);
==> // i                    [0]  int 3
See
Data types;
listvar;
print.
<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>
