noun
In programming, a variable whose scope is limited to a specific block, function, or procedure.
この関数では、内部変数に値を代入してから計算を行います。
In this function, we assign a value to a local variable and then perform the calculation.
Compound of 内部 (internal) + 変数 (variable). A straightforward technical term formed from existing Sino-Japanese elements.