File r37/lisp/csl/html/r37_0290.html artifact b8d21a09ef part of check-in e1a8550313
<A NAME=FORTUPPER> <TITLE>FORTUPPER</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>FORTUPPER</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>switch</B><P> <P> <P> <P> When <em>fortupper</em> is on, any Fortran-style output appears in upper case. Default is <em>off</em>. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> on fort; df(sin(7*x + y),x); ans=7.*cos(7*x+y) on fortupper; df(sin(7*x + y),x); ANS=7.*COS(7*X+Y) </TT></PRE><P>