Stack traces: Difference between revisions

Content deleted Content added
Added Quackery.
Shuisman (talk | contribs)
Line 1,177: Line 1,177:
Program continues...</pre>
Program continues...</pre>


=={{header|Mathematica}}==
=={{header|Mathematica}}/{{header|Wolfram Language}}==
Built-in function Stack does the task, example I:
Built-in function Stack does the task, example I:
<lang Mathematica>f[g[1, Print[Stack[]]; 2]]</lang>
<lang Mathematica>f[g[1, Print[Stack[]]; 2]]</lang>