2 stoponerror - controls when / if calc stops calculations based on errors
10 return null value or error value
14 The stoponerror controls when or if calc stops based on the
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.
30 -1 <= stoponerror < 2147483647
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/