Artifact 68c9dfa8d26280823c5a460f203f55b702943d66df21e7b2ae81adee66b9b2dd:
- Executable file
r37/lisp/csl/html/r37_0201.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: 758) [annotate] [blame] [check-ins using] [more...]
<A NAME=LINELENGTH> <TITLE>LINELENGTH</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>LINELENGTH</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>declaration</B><P> <P> <P> <P> The <em>linelength</em> declaration sets the length of the output line. Default is 80. <P> <H3> syntax: </H3> <P> <P> <em>linelength</em><expression> <P> <P> <P> To change the linelength, <expression> must evaluate to a positive integer less than 128 (although this varies from system to system), and should not be less than 20 or so for proper operation. <P> <P> <em>linelength</em>returns the previous linelength. If you want the current linelength value, but not change it, say <em>linelength nil</em>. <P> <P> <P>