This even originates from the upper-level function of this anonymous function. An actual parameter (even) is passed when the upper-level function is called, so the row parameters of this anonymous function can be used.
reply$a = function() { return 111 };
$a(even)
The number of actual parameters can be greater than the formal parameters, so it doesn't matter whether you write it or not.
This even originates from the upper-level function of this anonymous function. An actual parameter (even) is passed when the upper-level function is called, so the row parameters of this anonymous function can be used.
This is just a formal parameter