failed attempts to intercept copy command when the cursor is in the empty text field...
[LeanCalc.git] / help / isobjtype
1 NAME
2     isobjtype - whether a string names an object type
3
4 SYNOPSIS
5     isobjtype(str)
6
7 TYPES
8     str         string
9
10     return      0 or 1
11
12 DESCRIPTION
13     isobjtype(str) returns 1 or 0 according as an object type with name
14     str has been defined or not defined.
15
16 EXAMPLE
17     > isobjtype("xy")
18         0
19
20     > obj xy {x, y}
21     > isobjtype("xy")
22         1
23
24 LIMITS
25     none
26
27 LINK LIBRARY
28     none - XXX ???
29
30 SEE ALSO
31     obj,
32     isassoc, isatty, isblk, isconfig, isdefined, iserror, iseven, isfile,
33     ishash, isident, isint, islist, ismat, ismult, isnull, isnum, isobj,
34     isodd, isprime, isrand, israndom, isreal, isrel,
35     issimple, issq, isstr, istype
36