Stack traces: Difference between revisions

m
m (→‎{{header|Unicon}}: IPL/Unilib)
Line 286:
# Using 1 as argument omits the trace of buildStackTrace itself
every write("\t",!buildStackTrace(1))
end</prelang>
 
{{libheader|Unicon Code Library}}
[http://tapestry.tucson.az.us/unilib/pack_Utils.html buildStackTrace in Utils] code taken verbatim.
 
<prelang Unicon>#<p>
# Compute the current stack trace. Starting at level <i>n</i> above
# the current procedure. Here, <i>n</i> defaults to 0, which will
Anonymous user