noun
temporary variable
Computing term for a variable used to hold data temporarily during program execution.
ループ内でテンポラリ変数を使って計算結果を一時的に保存する。
Use a temporary variable inside the loop to store the calculation result temporarily.
テンポラリ変数に値を代入してから、次の処理に進んでください。
Assign a value to the temporary variable, then proceed to the next process.