Artifact d61f8b279360c41bc05218de8cc0edb6b983dda6f62c2df6a766da7e3fc2d9ba:
- Executable file
r37/lisp/csl/html/r37_0178.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: 1090) [annotate] [blame] [check-ins using] [more...]
<A NAME=SHOWRULES> <TITLE>SHOWRULES</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>SHOWRULES</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> <P> <P> <P> <H3> syntax: </H3> <em>showrules</em>(<expression>) or <em>showrules</em> <simple\_expression> <P> <P> <P> <em>showrules</em>returns in <A HREF=r37_0060.html>rule</A><em>-list</em> form any <A HREF=r37_0211.html>operator</A> rules associated with its argument. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> showrules log; {LOG(E) => 1, LOG(1) => 0, ~X LOG(E ) => ~X, 1 DF(LOG(~X),~X) => --} ~X </TT></PRE><P>Such rules can then be manipulated further as with any <A HREF=r37_0053.html>list</A>. For example <em>rhs first ws;</em> has the value 1. <P> <P> An operator may have properties that cannot be displayed in such a form, such as the fact it is an <A HREF=r37_0208.html>odd</A> function, or has a definition defined as a procedure. <P> <P> <P>