modified: diffout.py
[GalaxyCodeBases.git] / c_cpp / etc / calc / help / version
blobbcc63b66c3e6047c815b6156a7504354a0479488
1 NAME
2     version - return the calc version string
4 SYNOPSIS
5     version()
7 TYPES
8     return      string
10 DESCRIPTION
11     Returns the calc version string.
13     Calc version strings can be of the form:
15         x.y.z.w
16         x.y.z
17         x.y
19     where x, y, z, w, v are integers (without leading 0's) and,
20     t is the liternal character 't'.
22 EXAMPLE
23     ; version()
24             "2.11.5.4"
26 LIMITS
27     none
29 LINK LIBRARY
30     none
32 SEE ALSO
33     n/a
35 ## Copyright (C) 2001  Landon Curt Noll
37 ## Calc is open software; you can redistribute it and/or modify it under
38 ## the terms of the version 2.1 of the GNU Lesser General Public License
39 ## as published by the Free Software Foundation.
41 ## Calc is distributed in the hope that it will be useful, but WITHOUT
42 ## ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
43 ## or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General
44 ## Public License for more details.
46 ## A copy of version 2.1 of the GNU Lesser General Public License is
47 ## distributed with calc under the filename COPYING-LGPL.  You should have
48 ## received a copy with calc; if not, write to Free Software Foundation, Inc.
49 ## 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
51 ## @(#) $Revision: 30.2 $
52 ## @(#) $Id: version,v 30.2 2013/08/11 01:08:32 chongo Exp $
53 ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/version,v $
55 ## Under source code control:   2001/05/28 17:38:01
56 ## File existed as early as:    2001
58 ## chongo <was here> /\oo/\     http://www.isthe.com/chongo/
59 ## Share and enjoy!  :-)        http://www.isthe.com/chongo/tech/comp/calc/