Added (length)
[scheme.forth.jl.git] / debugging.4th
index 54e17a5..907f832 100644 (file)
@@ -38,3 +38,6 @@
 
     trace
 ;
+
+: abort-with-trace
+    stack-trace abort ;