Other Keywords

super

Supported By

Syntax

super

Example

tell super to doSomething

Description

Super is a special keyword that always evaluates to the object containing the currently running handler, but as the data type it extends. If there is no such object, super evaluates to the interpreter instead.

Note

This keyword only makes sense inside the definition of a user-defined object type. Its behavior outside that context is undefined.