/
ColdC/Functions/
ColdC/Structure/
<head><title>ColdC: Function/Method Reference: stack()</title></head>

<body>

<h1 align=center><a href="/ColdC/">ColdC</a>: <a href="/ColdC/Functions/">Function/Method Reference</a>: stack()</h1>

<hr>

<p><font size=+1><i>LIST</i> <b>stack</b>()</font>

<p>This function returns the call stack for the current task.  Each element
in the list is a list itself, representing a specific frame.  The first
element represents the first frame, and so on, up to the current frame.

<p>Each frame list is ordered as follows:

<ol>
<li>OBJNUM sender
<li>OBJNUM caller
<li>SYMBOL method name
<li>INTEGER line number
<li>INTEGER current op code
</ol>
<p><hr size=4><p align=center><i>Last Modified on Mar 2 1996</i>
<br><i>Copyright &copy; 1995, 1996, Brandon Gillespie</i>
</body>