| Did you know ... | Search Documentation: |
| class<-lookup |
super is specified, class<-lookup
verifies the super and generates an error message on a mismatch. This
method ensures that
?- get(class(point), instance, 4, 5, P).
Actually returns an instance of the existing class point instead of returning an instance of a new class named point.