Artifact 97d45fe58df8dc570a795a92277a67a424ff3176ab4bb07359888ebaf35102c9:
- Executable file
r37/lisp/csl/html/r37_0193.html
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 666) [annotate] [blame] [check-ins using] [more...]
<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>