current_object(Object)
Enumerates, by backtracking, all currently defined objects. All objects are found, either static, dynamic or built-in.
current_object(?object_identifier)
type_error(object_identifier, Object)
| ?- current_object(list).
abolish_object/1
, create_object/4
, object_property/2
extends_object/2-3
, instantiates_class/2-3
, specializes_class/2-3