argument
RU: аргумент
A value supplied by the caller at the call site, e.g. add(3, 5) — 3 and 5 are arguments. Arguments are copied into the new stack frame as parameters before the function body executes.
RU: аргумент
A value supplied by the caller at the call site, e.g. add(3, 5) — 3 and 5 are arguments. Arguments are copied into the new stack frame as parameters before the function body executes.