Argument
An argument is a value passed to a function.
Related concepts: ParameterFunctionValue
Closest Wikipedia entry: Parameter (computer programming)
Misconceptions about Argument5 documented Misconceptions
Check YourselfCallbackParametersInCaller
Parameters of a callback function may be written as parameters of the caller function
FunctionOverloading
It is possible to create multiple functions with the same name but with different signatures
NumberOfParametersMatchArguments
Functions must be called with the same number of arguments as defined in their signature
ObjectAsParameterIsCopied
Objects are passed by value