In function ab, integer x, float y, integer w, float y is only a place holder.
Create a dummy function for this function, return the y variable.
A dummy function is not used, but in place for references only.
仮引数 dummy argument
関数を定義するときに使用される引数は、
仮引数と呼ばれます。 IT用語。
A programming term, a defined argument not used
in the list of arguments in a function.
関数abでは、整数x、浮動小数点y、整数w、
浮動小数点yはプレースホルダーのみです。
In function ab, integer x, float y, integer w,
float y is only a place holder.
この関数のダミー関数を作成し、y変数を返します。
Create a dummy function for this function,
return the y variable.
ダミー関数は使用されませんが、参照目的でのみ存在します。
A dummy function is not used,
but exists for reference purposes only.