.\"return the environment of an object
.DT
environment
$MUDNAME$ driver help
environment

.SH Name
.SI 5
environment() - return the environment of an object
.EI

.SH Synopsis
.SI 5
object environment( void );
object environment( object ob );
.EI

.SH Description
.SP 5 5
Return the containing object (environment) of `ob'.  If no argument
is given, `ob' defaults to this_object().  If the object is not
inside anything, zero is returned.
.EP

.SH See also
.SI 5
this_object()
.EI
