noun
global variable
Computing term for a variable accessible throughout an entire program. Often contrasted with 局所変数 (local variable).
See also: グローバル変数
大域変数はプログラムのどこからでも参照できる。
A global variable can be referenced from anywhere in the program.
大域変数の多用はバグの原因になりやすい。
Overuse of global variables tends to cause bugs.