noun
actual parameter; actual argument
Computing term for the concrete value passed to a function or procedure, as opposed to the formal parameter.
関数を呼び出すときは、実パラメータとして具体的な値を渡します。
When calling a function, you pass concrete values as actual parameters.