Quick Links
:
global variable
global variable
A variable available at all levels in an application. A global variable stays in memory in the scope of all executing subroutines until the application terminates.
Related terms
application
,
scope
,
subroutine
,
variable