File r37/lisp/csl/html/r37_0207.html artifact 442576377c part of check-in a57e59ec0d



<A NAME=NONZERO>

<TITLE>NONZERO</TITLE></A>
<b><a href=r37_idx.html>INDEX</a></b><p><p>



<B>NONZERO</B> _ _ _  _ _ _  _ _ _  _ _ _ <B>declaration</B><P>
<P>
 
 <P>
<P>
 <P> <H3> 
syntax: </H3>
<em>nonzero</em>&lt;identifier&gt;{,&lt;identifier&gt;}* 
<P>
<P>
<P>
If an 
<A HREF=r37_0211.html>operator</A> <em>f</em> is declared 
<A HREF=r37_0208.html>odd</A>, then <em>f(0)</em> 
is replaced by zero unless <em>f</em> is also declared non zero by the 
declaration <em>nonzero</em>. 
 <P> <H3> 
examples: </H3>
<P><PRE><TT>
        odd f; 

        f(0) 

  0 


        nonzero f; 

        f(0) 

  F(0)

</TT></PRE><P><P>
<P>


REDUCE Historical
REDUCE Sourceforge Project | Historical SVN Repository | GitHub Mirror | SourceHut Mirror | NotABug Mirror | Chisel Mirror | Chisel RSS ]