Stack traces: Difference between revisions

m
Line 1,180:
Otherwise no stack trace is available nor printed.
 
<lang Oforth>func: f1 { Exception throw("An exception") };
Integer method: f2 { self f1 };
func: f3(n) { n f2 };
func: f4(n) { n f3 };
 
f4(10) f4</lang>
 
{{out}}
1,015

edits