aboutsummaryrefslogtreecommitdiff
path: root/docs/help/catch.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/help/catch.html')
-rw-r--r--docs/help/catch.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/help/catch.html b/docs/help/catch.html
index e98292e1..77cfc3ea 100644
--- a/docs/help/catch.html
+++ b/docs/help/catch.html
@@ -6,6 +6,7 @@
<div class="nav">(<a href="https://github.com/mlochbaum/BQN">github</a>) / <a href="../index.html">BQN</a> / <a href="index.html">help</a></div>
<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><a class="fulldoc" href="../doc/assert.html#catch">→full documentation</a></p>
<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 its result.</p>
<p>Otherwise, return the result of <code><span class='Function'>𝔽</span></code>.</p>