NewObject2
new_object(+Type, ?ObjectRef): sugar for NewObject3 with an empty argument list, i.e. invoking Type's no-argument public constructor.
new_object(Type, Instance) :- new_object(Type, [], Instance).Content copied to clipboard