Artifact 166fd0a40eef6e0cbf29933ccc1b8b0029a3ad4ad11dcbbb7866c2e0036c8479:
- Executable file
r37/lisp/csl/html/r37_0281.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: 1100) [annotate] [blame] [check-ins using] [more...]
<A NAME=ECHO> <TITLE>ECHO</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>ECHO</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>switch</B><P> <P> <P> <P> The <em>echo</em> switch is normally off for top-level entry, and on when files are brought in. If <em>echo</em> is turned on at the top level, your input statements are echoed to the screen (thus appearing twice). Default <em>off</em> (but note default <em>on</em> for files). <P> <P> If you want to display certain portions of a file and not others, use the commands <em>off echo</em> and <em>on echo</em> inside the file. If you want no display of the file, use the input command <P> <P> <em>in</em> filename<em>$</em> <P> <P> rather than using the semicolon delimiter. <P> <P> Be careful when you use commands within a file to generate another file. Since <em>echo</em> is on for files, the output file echoes input statements (unlike its behavior from the top level). You should explicitly turn off <em>echo</em> when writing output, and turn it back on when you're done. <P> <P> <P>