File r37/lisp/csl/html/r37_0026.html from the latest check-in
<A NAME=replace> <TITLE>replace</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>=></B> _ _ _ <B>REPLACE</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> <P> <P> The <em>=></em> operator is a binary operator used in <A HREF=r37_0060.html>rule</A> lists to denote replacements. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> operator f; let f(x) => x^2; f(x); 2 x </TT></PRE><P>