Can we refer to the "Deep Into Pharo" or some other text here:
- ==thisContext== is a pseudo-variable that represents the top frame of the execution stack and gives access to the current execution point. ==thisContext== is normally not of interest to most programmers, but it is essential for implementing development tools like the debugger, and it is also used to implement exception handling and continuations.
???