noun
formal parameter; formal argument
Computing term for a parameter in a function or subroutine definition, as opposed to an actual argument passed during a call. See also 仮引数.
See also: 仮引数
関数定義の仮パラメータにデフォルト値を設定する。
Set default values for the formal parameters in the function definition.
仮パラメータと実引数の型が一致しているか確認してください。
Please check that the types of the formal parameters and the actual arguments match.