focus expression text field at startup -> version 1.2
[LeanCalc.git] / help / isobj
1 NAME
2     isobj - whether a value is an object
3
4 SYNOPSIS
5     isobj(x)
6
7 TYPES
8     x           any, &any
9
10     return      int
11
12 DESCRIPTION
13     Determine if x is an object.  This function will return 1 if x is
14     an object, 0 otherwise.
15
16 EXAMPLE
17     > obj surd {a, b} a;
18     > print isobj(a), isobj(1)
19     1 0
20
21 LIMITS
22     none
23
24 LINK LIBRARY
25     none
26
27 SEE ALSO
28     obj,
29     isassoc, isatty, isblk, isconfig, isdefined, iserror, iseven, isfile,
30     ishash, isident, isint, islist, ismat, ismult, isnull, isnum,
31     isobjtype, isodd, isprime, isrand, israndom, isreal, isrel,
32     issimple, issq, isstr, istype
33