modified: SpatialOmicsCoord.py
[GalaxyCodeBases.git] / c_cpp / etc / calc / help / isassoc
blob25aa9f6f4c4327754b2986f1f10139279319a84b
1 NAME
2     isassoc - whether a value is an association.
4 SYNOPSIS
5     isassoc(x)
7 TYPES
8     x           any, &any
10     return      int
12 DESCRIPTION
13     Determine if x is an association.  This function will return 1 if x is
14     an association, 0 otherwise.
16 EXAMPLE
17     ; a = assoc()
18     ; print isassoc(a), isassoc(1)
19     1 0
21 LIMITS
22     none
24 LINK LIBRARY
25     none
27 SEE ALSO
28     assoc,
29     isatty, isblk, isconfig, isdefined, iserror, iseven, isfile,
30     ishash, isident, isint, islist, ismat, ismult, isnull, isnum, isobj,
31     isobjtype, isodd, isprime, isrand, israndom, isreal, isrel,
32     issimple, issq, isstr, istype
34 ## Copyright (C) 1999  Landon Curt Noll
36 ## Calc is open software; you can redistribute it and/or modify it under
37 ## the terms of the version 2.1 of the GNU Lesser General Public License
38 ## as published by the Free Software Foundation.
40 ## Calc is distributed in the hope that it will be useful, but WITHOUT
41 ## ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
42 ## or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General
43 ## Public License for more details.
45 ## A copy of version 2.1 of the GNU Lesser General Public License is
46 ## distributed with calc under the filename COPYING-LGPL.  You should have
47 ## received a copy with calc; if not, write to Free Software Foundation, Inc.
48 ## 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
50 ## @(#) $Revision: 30.1 $
51 ## @(#) $Id: isassoc,v 30.1 2007/03/16 11:10:42 chongo Exp $
52 ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/isassoc,v $
54 ## Under source code control:   1994/10/21 02:21:27
55 ## File existed as early as:    1994
57 ## chongo <was here> /\oo/\     http://www.isthe.com/chongo/
58 ## Share and enjoy!  :-)        http://www.isthe.com/chongo/tech/comp/calc/