object all_environment(ob)
object ob

Gives an array of all containers which an object is in, i.e. for match in
matchbox in chest in room all_environment(match) would return ({matchbox,
bigbox,chest,room}).
This function is defined in simul_efun.c.

NOT IMPLEMENTED as yet.
