Mathematica > Symbolic Execution History >

StackComplete

StackComplete[expr]
evaluates expr with intermediate expressions in evaluation chains included on the stack.
  • Mathematica normally includes only the latest expression on each evaluation chain involved in the evaluation of a particular expression. Inside StackComplete, however, all preceding expressions on the evaluation chains are included.
  • StackComplete typically increases significantly the number of expressions kept on the evaluation stack.
Include intermediate expressions in the evaluation stack:
In[1]:=
Click for copyable input
Without StackComplete, you do not see how f and g are used:
New in 2
© 2008 Wolfram Research, Inc. japanese.gif
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team