Artifact 167a910eb45e5e736e325f9bbc48d740fa616b6baef6fcb7bcc61b7235bc913d:
- Executable file
r37/lisp/csl/html/r37_0234.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: 902) [annotate] [blame] [check-ins using] [more...]
<A NAME=SHUT> <TITLE>SHUT</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>SHUT</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>command</B><P> <P> <P> <P> The <em>shut</em> command closes output files. <P> <H3> syntax: </H3> <P> <P> <em>shut</em><filename>{,<filename>}* <P> <P> <P> <filename> must have been a file opened by <A HREF=r37_0233.html>out</A>. <P> <P> A file that has been opened by <A HREF=r37_0233.html>out</A> must be <em>shut</em> before it is brought in by <A HREF=r37_0231.html>in</A>. Files that have been opened by <em>out</em> should always be <em>shut</em> before the end of the REDUCE session, to avoid either loss of information or the printing of extraneous information into the file. In most systems, terminating a session by <A HREF=r37_0124.html>bye</A> closes all open output files. <P> <P> <P>