Artifact b8d21a09ef420a6267b351a80f12b9b430ee82efd134139f72879c88f899029a:
- Executable file
r37/lisp/csl/html/r37_0290.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: 490) [annotate] [blame] [check-ins using] [more...]
<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>