Stack traces: Difference between revisions

(Add Factor example)
Line 2,016:
inner 40</pre>
 
=={{header|VBA}}==
In VBE the VBA Editor hitting Control+L while stepping through your code in debug mode will pop up a window which displays the call stack.
=={{header|zkl}}==
<lang zkl>fcn f{println("F");vm.stackTrace().println()} fcn g{println("G")}
255

edits