Initial revision
[LeanCalc.git] / help / isconfig
1 NAME
2     isconfig - whether a value is a configuration state
3
4 SYNOPSIS
5     isconfig(x)
6
7 TYPES
8     x           any, &any
9
10     return      int
11
12 DESCRIPTION
13     Determine if x is a configuration state.  This function will return
14     1 if x is a file, 0 otherwise.
15
16 EXAMPLE
17     > a = config("all")
18     > print isconfig(a), isconfig(0);
19     1 0
20
21 LIMITS
22     none
23
24 LINK LIBRARY
25     none
26
27 SEE ALSO
28     config,
29     isassoc, isatty, isblk, 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