focus expression text field at startup -> version 1.2
[LeanCalc.git] / help / isassoc
1 NAME
2     isassoc - whether a value is an association.
3
4 SYNOPSIS
5     isassoc(x)
6
7 TYPES
8     x           any, &any
9
10     return      int
11
12 DESCRIPTION
13     Determine if x is an association.  This function will return 1 if x is
14     an association, 0 otherwise.
15
16 EXAMPLE
17     > a = assoc()
18     > print isassoc(a), isassoc(1)
19     1 0
20
21 LIMITS
22     none
23
24 LINK LIBRARY
25     none
26
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
33