Local Functions (/std/inheritables/object.c)

void remove_property(string prop);

Removes a property from an object.  If this property is queried later a value of 0 is returned, which is the normal return value for undefined properties.

See also: set_properties(), set_property(), add_property(), query_property(), query_properties()

