Stack
✖
Stack
Details

- Stack[_] shows all expressions currently being evaluated.
- You can call Stack from inside a dialog to see how the dialog was reached.
- In the list returned by Stack[pattern], each expression is wrapped with HoldForm.
- The maximum length of Stack[] is limited by $RecursionLimit.
- Stack has attribute HoldFirst.
Examples
open allclose allBasic Examples (2)Summary of the most common use cases
Print the stack where the Stack command is being evaluated:
In[1]:=1

✖
https://wolfram.com/xid/0gipbs-oiyu0
Out[1]=1

Print the detailed stack contents including function arguments:
In[1]:=1

✖
https://wolfram.com/xid/0gipbs-c82qbi
Out[1]=1

Scope (1)Survey of the scope of standard use cases
Use Stack inside of Dialog to see how it was reached:
In[1]:=1

✖
https://wolfram.com/xid/0gipbs-dcepn2
Out[1]=1

Stack shows that the dialog from 2*Dialog[] is entered first:
In[2]:=2

✖
https://wolfram.com/xid/0gipbs-dpy7mr
(Dialog) Out[2]=2

In[3]:=3

✖
https://wolfram.com/xid/0gipbs-fi38aw
Upon return from the first dialog, the other is entered:
In[4]:=4

✖
https://wolfram.com/xid/0gipbs-e6ny9c
(Dialog) Out[4]=4

In[5]:=5

✖
https://wolfram.com/xid/0gipbs-6thkp
Wolfram Research (1991), Stack, Wolfram Language function, https://reference.wolfram.com/language/ref/Stack.html.
✖
Wolfram Research (1991), Stack, Wolfram Language function, https://reference.wolfram.com/language/ref/Stack.html.
Text
Wolfram Research (1991), Stack, Wolfram Language function, https://reference.wolfram.com/language/ref/Stack.html.
✖
Wolfram Research (1991), Stack, Wolfram Language function, https://reference.wolfram.com/language/ref/Stack.html.
CMS
Wolfram Language. 1991. "Stack." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/Stack.html.
✖
Wolfram Language. 1991. "Stack." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/Stack.html.
APA
Wolfram Language. (1991). Stack. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Stack.html
✖
Wolfram Language. (1991). Stack. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Stack.html
BibTeX
✖
@misc{reference.wolfram_2025_stack, author="Wolfram Research", title="{Stack}", year="1991", howpublished="\url{https://reference.wolfram.com/language/ref/Stack.html}", note=[Accessed: 04-April-2025
]}
BibLaTeX
✖
@online{reference.wolfram_2025_stack, organization={Wolfram Research}, title={Stack}, year={1991}, url={https://reference.wolfram.com/language/ref/Stack.html}, note=[Accessed: 04-April-2025
]}