diff options
Diffstat (limited to 'docs/help')
| -rw-r--r-- | docs/help/assert_assertwithmessage.html | 4 | ||||
| -rw-r--r-- | docs/help/catch.html | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/help/assert_assertwithmessage.html b/docs/help/assert_assertwithmessage.html index 36c638a2..6ff535a7 100644 --- a/docs/help/assert_assertwithmessage.html +++ b/docs/help/assert_assertwithmessage.html @@ -6,7 +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="exclamation-mark-"><a class="header" href="#exclamation-mark-">Exclamation Mark (<code><span class='Function'>!</span></code>)</a></h1> <h2 id="-𝕩-assert"><a class="header" href="#-𝕩-assert"><code><span class='Function'>!</span> <span class='Value'>𝕩</span></code>: Assert</a></h2> -<p><a class="fulldoc" href="../doc/assert.html">→full documentation</a></p> +<p><a class="fulldoc" href="../doc/assert.html#assert">→full documentation</a></p> <p>Throw an error if <code><span class='Value'>𝕩</span></code> is not 1.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ISAxCgohIDIKCiEgImhlbGxvIg==">↗️</a><pre> <span class='Function'>!</span> <span class='Number'>1</span> 1 @@ -18,7 +18,7 @@ <span class='Error'>Error: hello</span> </pre> <h2 id="𝕨--𝕩-assert-with-message"><a class="header" href="#𝕨--𝕩-assert-with-message"><code><span class='Value'>𝕨</span> <span class='Function'>!</span> <span class='Value'>𝕩</span></code>: Assert With Message</a></h2> -<p><a class="fulldoc" href="../doc/assert.html">→full documentation</a></p> +<p><a class="fulldoc" href="../doc/assert.html#assert">→full documentation</a></p> <p>Throw an error with message <code><span class='Value'>𝕨</span></code> if <code><span class='Value'>𝕩</span></code> is not 1.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ImhpIiAhIDEKCiJ0d28iICEgMgoKImhlbGxvIGVycm9yIiAhICJoZWxsbyI=">↗️</a><pre> <span class='String'>"hi"</span> <span class='Function'>!</span> <span class='Number'>1</span> 1 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> |
