modified: myjupyterlab.sh
[GalaxyCodeBases.git] / c_cpp / etc / calc / help / stoponerror
blobcbc30a96cac710ccdb2f55279629ea38a543d49f
1 NAME
2     stoponerror - controls when / if calc stops calculations based on errors
4 SYNOPSIS
5     stoponerror([n])
7 TYPES
8     n           integer
10     return      null value or error value
12 DESCRIPTION
14     The stoponerror controls when or if calc stops based on the
15     number of errors:
17         n == -1         do not stop
18         n == 0          stop on error unless calc was invoked with -c
19         n > 0           stop when n errors are encountered
21     When no arguments are given, stoponerror() returns the current
22     stoponerror value.  When 1 argument is given, stoponerror() returns
23     the previous stoponerror value.
25 EXAMPLE
26     ; stoponerror()
27         0
29 LIMITS
30     -1 <= stoponerror < 2147483647
32 LINK LIBRARY
33     none
35 SEE ALSO
36     errcount, errmax, errorcodes, iserror, errno, strerror, newerror
38 ## Copyright (C) 2006  Landon Curt Noll
40 ## Calc is open software; you can redistribute it and/or modify it under
41 ## the terms of the version 2.1 of the GNU Lesser General Public License
42 ## as published by the Free Software Foundation.
44 ## Calc is distributed in the hope that it will be useful, but WITHOUT
45 ## ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
46 ## or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General
47 ## Public License for more details.
49 ## A copy of version 2.1 of the GNU Lesser General Public License is
50 ## distributed with calc under the filename COPYING-LGPL.  You should have
51 ## received a copy with calc; if not, write to Free Software Foundation, Inc.
52 ## 59 Temple Place, Suite 330, Boston, MA  02111-1307, USA.
54 ## @(#) $Revision: 30.1 $
55 ## @(#) $Id: stoponerror,v 30.1 2007/03/16 11:10:42 chongo Exp $
56 ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/stoponerror,v $
58 ## Under source code control:   2006/05/21 00:50:59
59 ## File existed as early as:    2006
61 ## chongo <was here> /\oo/\     http://www.isthe.com/chongo/
62 ## Share and enjoy!  :-)        http://www.isthe.com/chongo/tech/comp/calc/