parameter
RU: параметр
A named variable declared in a function signature that receives its value from the caller's argument when the function is called. Parameters are cells in the function's stack frame, pre-filled with copies of the argument values before the function body begins executing.