.\"determine whether or not a given variable is an object
.DT
objectp
$MUDNAME$ driver help
objectp

.SH Name
.SI 5
objectp() - determine whether or not a given variable is an object
.EI

.SH Synopsis
.SI 5
int objectp( mixed arg );
.EI

.SH Description
.SP 5 5
Return 1 if `arg' is an object and zero (0) otherwise.
.EP

.SH See also
.SI 5
mapp(), stringp(), intp(), bufferp(), floatp(), functionp(),
undefinedp()
.EI
