diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-24 20:13:18 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-24 20:14:44 -0500 |
| commit | 5566ea9429f75b54a8cffb9ebea7747ea651d52c (patch) | |
| tree | cb50a64656fff5c2d41a22dcd6ce553ac1bd8e2e /docs/help/catch.html | |
| parent | 3b6599b12470fe9b1321111d31c34685ffd5db52 (diff) | |
Editing
Diffstat (limited to 'docs/help/catch.html')
| -rw-r--r-- | docs/help/catch.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/help/catch.html b/docs/help/catch.html index a5a546fd..2612567b 100644 --- a/docs/help/catch.html +++ b/docs/help/catch.html @@ -7,8 +7,8 @@ <h1 id="circled-triangle-down-"><a class="header" href="#circled-triangle-down-">Circled Triangle Down (<code><span class='Modifier2'>⎊</span></code>)</a></h1> <h2 id="𝔽𝔾-𝕩-𝕨-𝔽𝔾-𝕩-catch"><a class="header" href="#𝔽𝔾-𝕩-𝕨-𝔽𝔾-𝕩-catch"><code><span class='Function'>𝔽</span><span class='Modifier2'>⎊</span><span class='Function'>𝔾</span> <span class='Value'>𝕩</span></code>, <code><span class='Value'>𝕨</span> <span class='Function'>𝔽</span><span class='Modifier2'>⎊</span><span class='Function'>𝔾</span> <span class='Value'>𝕩</span></code>: Catch</a></h2> <p>Apply <code><span class='Function'>𝔽</span></code> to the arguments.</p> -<p>If an error happens when <code><span class='Function'>𝔽</span></code> is applied, cancel its execution, apply <code><span class='Function'>𝔾</span></code> to the arguments and return the results.</p> -<p>Otherwise, return the results of <code><span class='Function'>𝔽</span></code>.</p> +<p>If an error happens when <code><span class='Function'>𝔽</span></code> is applied, cancel its execution, apply <code><span class='Function'>𝔾</span></code> to the arguments and return its result.</p> +<p>Otherwise, return the result of <code><span class='Function'>𝔽</span></code>.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICAg4oi+4o6KeyJlcnJvciBvY2N1cnJlZCB3aXRoIGFyZ3VtZW50OiAi4oi+4oCiRm10IPCdlal9IDEKCiAgIOKIvuKOinsiZXJyb3Igb2NjdXJyZWQgd2l0aCBhcmd1bWVudDogIuKIvuKAokZtdCDwnZWpfSDin6jin6gxLDLin6ksIOKfqDMsNOKfqeKfqQ==">↗️</a><pre> <span class='Function'>∾</span><span class='Modifier2'>⎊</span><span class='Brace'>{</span><span class='String'>"error occurred with argument: "</span><span class='Function'>∾•Fmt</span> <span class='Value'>𝕩</span><span class='Brace'>}</span> <span class='Number'>1</span> "error occurred with argument: 1" |
