A.4.3 Overriding Non-Standard Argument Evaluation
f[ , ... , Evaluate[ ], ... ] | evaluates the argument , whether or not the attributes of f specify that it should be held |
Overriding holding of arguments. By using Evaluate, you can get any argument of a function evaluated immediately, even if the argument would usually be evaluated later under the control of the function.
|