Skip to content

Commit 5a2c752

Browse files
authored
Merge pull request #274 from sshanks-kx/toggle
link to explaination of backslash
2 parents cea3220 + 1fc5ac0 commit 5a2c752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ref/overloads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ rank | syntax | semantics
3030
rank | syntax | semantics
3131
:---:|------------------------|---------------------------------------
3232
n/a | `\` | ends multiline comment
33-
n/a | `\` | abort
33+
n/a | `\` | [Abort](../basics/syscmds.md#terminate), [Toggle](../basics/syscmds.md#toggle-qk)
3434
1 | `(u\)`, `u\[d]` | [Converge](accumulators.md#converge)
3535
2 | `n u\d`, `u\[n;d]` | [Do](accumulators.md#do)
3636
2 | `t u\d`, `u\[t;d]` | [While](accumulators.md#while)

0 commit comments

Comments
 (0)