From b6bcf214e638fd36ef7d76c9f573a84e6e016482 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sat, 11 Jun 2022 20:08:12 -0400 Subject: Nothing but edits yet again --- doc/assert.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/assert.md') diff --git a/doc/assert.md b/doc/assert.md index f193be21..14e4cf72 100644 --- a/doc/assert.md +++ b/doc/assert.md @@ -38,6 +38,6 @@ The `Catch` modifier allows you to handle errors in BQN (at present, it's the on 0.5 ⌽⎊⊣ ↕6 # A two-argument example -Catch doesn't know anything about what an error *is*, just whether there was one or not. In fact, the idea of error message doesn't feature at all in core BQN: it's purely part of the language environment. So you need a system value to access information about the error. Right now the only one is `•CurrentError`, which is a function that returns a message for the error currently caught (if any). +Catch doesn't know anything about what an error *is*, just whether there was one or not. In fact, the idea of an error message doesn't feature at all in core BQN: it's purely part of the language environment. So you need a system value to access information about the error. Right now the only one is `•CurrentError`, which is a function that returns a message for the error currently caught (if any). ⌽⎊•CurrentError 2 -- cgit v1.2.3