<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>