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 --- docs/doc/assert.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/doc/assert.html') diff --git a/docs/doc/assert.html b/docs/doc/assert.html index 83d4b46c..ceccf72a 100644 --- a/docs/doc/assert.html +++ b/docs/doc/assert.html @@ -43,7 +43,7 @@ 0.5 6 # A two-argument example 0.5 -

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
 "⌽: Argument cannot be a unit"
 
-- cgit v1.2.3