Previous: ProcessVariable class-accessing, Up: ProcessVariable [Index]
Return the environment in which this ProcessVariable lives. This is the singleton instance of ProcessEnvironment for all variables.
Set the value of this variable to anObject during the execution of aBlock, then restore it.
Return the value of this variable in the current process.
Set the value of the current process’s copy of the variable to be anObject.
Return the value of this variable in the current process.