DownValues[f] gives a list of transformation rules corresponding to all downvalues defined for the symbol f.
There will be times when you want to stop Mathematica in the middle of a computation. You may have asked Mathematica to do something that you did not intend or that is taking ...
MATHEMATICA HOW TO Tutorials » Options for Cells Doing Computations in Notebooks See Also » InitializationCell More About » Evaluation Options in Notebooks Tokens Related to ...
NotebookEvaluate[notebook] evaluates all the evaluatable cells in notebook.
Defer
(Built-in Mathematica Symbol) Defer[expr] yields an object that displays as the unevaluated form of expr, but that is evaluated if it is explicitly given as Mathematica input.
Unevaluated[expr] represents the unevaluated form of expr when it appears as the argument to a function.
HoldComplete[expr] shields expr completely from the standard Mathematica evaluation process, preventing even upvalues associated with expr from being used.
ReleaseHold[expr] removes Hold, HoldForm, HoldPattern, and HoldComplete in expr.
HoldForm[expr] prints as the expression expr, with expr maintained in an unevaluated form.
HoldAllComplete is an attribute which specifies that all arguments to a function are not to be modified or looked at in any way in the process of evaluation.