Globals Module
Global mutable values. Any code that dynamically depends on these values must track their changes manually by internally keeping track of their last observed value and comparing it with the current one.
Nested modules
Modules | Description |