super
tell super to doSomething
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.
This keyword only makes sense inside the definition of a user-defined object type. Its behavior outside that context is undefined.