You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -247,7 +247,7 @@ View calculations and system commands, including [`\l`](syscmds.md#l-load), corr
247
247
248
248
### Trap
249
249
250
-
[`.Q.trp[f;x;g]`](../ref/dotq.md#trp-extend-trap) extends trap (`@[f;x;g]`) to collect backtrace. Along with the error string, `g` gets called with the backtrace object as a second argument. You can format it with `.Q.sbt` to make it legible.
250
+
[`.Q.trp[f;x;g]`](../ref/dotq.md#trp-extend-trap-at) extends `trap at` (`@[f;x;g]`) to collect backtrace. Along with the error string, `g` gets called with the backtrace object as a second argument. You can format it with `.Q.sbt` to make it legible.
Copy file name to clipboardExpand all lines: docs/ref/signal.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,10 +69,10 @@ At any point during execution, the behavior of _signal_ (`'`) is determined by t
69
69
<divmarkdown="1"class="typewriter">
70
70
0 abort execution (set by [Trap or Trap At](apply.md#trap))
71
71
1 suspend execution and run the debugger
72
-
2 collect stack trace and abort (set by [.Q.trp](dotq.md#trp-extend-trap))
72
+
2 collect stack trace and abort (set by [.Q.trp](dotq.md#trp-extend-trap-at))
73
73
</div>
74
74
75
-
During abort, the stack is unwound up to the nearest [trap](apply.md#trap) (`@` or `.` or [`.Q.trp`](dotq.md#trp-extend-trap)). The error-trap mode is always initially set to
75
+
During abort, the stack is unwound as far as the nearest [trap at](apply.md#trap-at) (`@` or `.` or [`.Q.trp`](dotq.md#trp-extend-trap-at)). The error-trap mode is always initially set to
0 commit comments