noun
global variable
Computing term for a variable accessible throughout an entire program.
グローバル変数はプログラムのどこからでもアクセスできます。
A global variable can be accessed from anywhere in the program.
ローカル変数 is a local variable, accessible only within a specific function or block, while グローバル変数 is accessible throughout the entire program.
Compound of English loanword グローバル (global) and 変数 (variable).