self/1


Description

self(Self)

Returns the object that has received the message under processing.

Template and modes

self(-object)

Errors

(none)

Examples

test :-
    self(Self),
    write('executing a method in behalf of '),
    writeq(Self), nl.

Previous | Next | Table of Contents | Bibliography | Glossary

Last updated on: August 6, 2002