| Did you know ... | Search Documentation: |
| object<-attribute |
->attribute.
The attribute may also me requested using a plain get operation:
?- new(@o, object), send(@o, attribute, gnus, 4). ?- get(@o, attribute, gnus, G). ?- get(@o, gnus, G).
The two are equivalent, except that the latter gives an error if no such attribute is defined.