Multi-Scope Interpreters
From Documentation
This documentation is for an older version of ZK. For the latest one, please click here.
Depending on the implementation, an interpreter might have exactly one logical scope, or one logic scope per ID space to store these variables and methods. For sake of description, we call them the single-scope and multi-scope interpreters, respectively.
ZK's java interpreter(Beanshell) is a Multi-Scope Interpreter. Please refer to the Zscript section