self/1
self(Self)Returns the object that has received the message under processing.
self(-object)
(none)
test :- self(Self), write('executing a method in behalf of '), writeq(Self), nl.
Previous | Next | Table of Contents | Bibliography | Glossary
Last updated on: October 21, 2001