<A NAME=EVEN>
<TITLE>EVEN</TITLE></A>
<b><a href=r37_idx.html>INDEX</a></b><p><p>
<B>EVEN</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>declaration</B><P>
<P>
<P> <H3>
syntax: </H3>
<P>
<P>
<em>even</em><identifier>{,<identifier>}*
<P>
<P>
<P>
This declaration is used to declare an operator even in its first
argument. Expressions involving an operator declared in this manner are
transformed if the first argument contains a minus sign. Any other
arguments are not affected.
<P> <H3>
examples: </H3>
<P><PRE><TT>
even f;
f(-a)
F(A)
f(-a,-b)
F(A,-B)
</TT></PRE><P><P>
<P>