abolish_object/1
abolish_object(Object)Removes from the database a dynamic object.
abolish_object(@object_identifier)
- Object is a variable:
instantiation_error
- Object is not a valid object identifier:
type_error(object_identifier, Object)
- Object is an identifier of a static object:
permission_error(modify, static_object, Object)
- Object does not exist:
existence_error(object, Object)
| ?- abolish_object(list).
Previous | Next | Table of Contents | Bibliography | Glossary
Last updated on: October 21, 2001