noun
global declaration
Computing term for a declaration with global scope in a program, such as a variable or function accessible throughout the code.
この変数はグローバル宣言されているので、どの関数からもアクセスできます。
This variable has a global declaration, so it can be accessed from any function.