Formal argument

формальный параметр смотри formal parameter

Англо-русский словарь компьютерных терминов

Formal argument

формальный параметр

Англо-русский политехнический словарь

Formal argument

(Or "parameter") A name in a function or subroutine definition that is replaced by, or bound to, the corresponding actual argument when the function or subroutine is called. In many languages formal arguments behave like local variables which get initialised on entry. See: argument.

Free Online Dictionary of Computing