Artifact 56d2a90ce0619adf499ec198059f6db8b40b3b6385fe238e8d77091c70861779:
- Executable file
r37/lisp/csl/html/r37_0009.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: 795) [annotate] [blame] [check-ins using] [more...]
<A NAME=FORT_WIDTH> <TITLE>FORT_WIDTH</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>FORT\_WIDTH</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>variable</B><P> <P> <P> <P> The <em>fort_width</em> variable sets the number of characters in a line of Fortran-compatible output produced when the <A HREF=r37_0289.html>fort</A> switch is on. Default is 70. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> fort_width := 30; FORT_WIDTH := 30 on fort; df(sin(x**3*y),x); ANS=3.*COS(X . **3*Y)*X**2* . Y </TT></PRE><P><em>fort_width</em>includes the usually blank characters at the be ginning of the card. As you may notice above, it is conservative and makes the lines even shorter than it was told. <P> <P> <P>