Statement Qualification by Environment

A statement reference may need to be qualified by a reference to the environment in which the statement occurs. This is done by putting the block name of the environment (with an optional activation number) and a backslash in front of the statement reference. For example:

PRINT_OUT\10

Using just the backslash without the block name refers to the environment containing the current execution point.