modified: diffout.py
[GalaxyCodeBases.git] / c_cpp / etc / calc / custom / help
blob516bec8aa60de946c644c4a1b110a5a3b59392ec
1 NAME
2     help - help for custom functions
4 SYNOPSIS
5     custom("help", name)
7 TYPES
8     name        string
10     return      null
12 DESCRIPTION
13     This custom function will display the help for the builtin function
14     named by the name argument.
16 EXAMPLE
17     > custom("help", "custom_cal")
18     ... output the same as is produced by help custhelp/custom_cal ...
20 LIMITS
21     calc must be built with ALLOW_CUSTOM= -DCUSTOM
22     calc must be executed with a -C arg.
24 LIBRARY
25     none
27 SEE ALSO
28     custom
30 ## Copyright (C) 1999  Landon Curt Noll
32 ## Calc is open software; you can redistribute it and/or modify it under
33 ## the terms of the version 2.1 of the GNU Lesser General Public License
34 ## as published by the Free Software Foundation.
36 ## Calc is distributed in the hope that it will be useful, but WITHOUT
37 ## ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
38 ## or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General
39 ## Public License for more details.
41 ## A copy of version 2.1 of the GNU Lesser General Public License is
42 ## distributed with calc under the filename COPYING-LGPL.  You should have
43 ## received a copy with calc; if not, write to Free Software Foundation, Inc.
44 ## 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
46 ## @(#) $Revision: 30.1 $
47 ## @(#) $Id: help,v 30.1 2007/03/16 11:10:04 chongo Exp $
48 ## @(#) $Source: /usr/local/src/bin/calc/custom/RCS/help,v $
50 ## Under source code control:   1997/03/09 06:03:58
51 ## File existed as early as:    1997
53 ## chongo <was here> /\oo/\     http://www.isthe.com/chongo/
54 ## Share and enjoy!  :-)        http://www.isthe.com/chongo/tech/comp/calc/