argument

the actual value or expression that is passed to a function, procedure, or method when it is called.

e.g.
fn function_name(arg1: type, arg2: type);