Artifact e6960401c1d2f821ba90df97fb16ac68ad2e28e50052797970d8689754100bee:
- Executable file
r37/lisp/csl/html/r37_0282.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: 1049) [annotate] [blame] [check-ins using] [more...]
<A NAME=ERRCONT> <TITLE>ERRCONT</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>ERRCONT</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>switch</B><P> <P> <P> <P> When the <em>errcont</em> switch is on, error conditions do not stop file execution. Error messages will be printed whether <em>errcont</em> is on or off. <P> <P> Default is <em>off</em>. <P> <P> The following describes what happens when an error occurs in a file under each setting of <em>errcont</em> and <em>int</em>: <P> <P> Both off: Message is printed and parsing continues, but no further statements are executed; no commands from keyboard accepted except bye or end; <P> <P> <em>errcont</em>off, <em>int</em> on: Message is printed, and you are asked if you wish to continue. (This is the default behavior); <P> <P> <em>errcont</em>on, <em>int</em> off: Message is printed, and file continues to execute without pause; <P> <P> Both on: Message is printed, and file continues to execute without pause. <P> <P> <P> <P>