| Did you know ... | Search Documentation: |
| Predicate send_super/2 |
send_super(+Object,
+Message)
:- pce_begin_class(myapp, frame).
initialise(A) :->
send_super(A, initialise, 'My 1st application'),
send(A, append, new(D, dialog)),
...
See also send_class/3, send/2 and get_super/3.