aboutsummaryrefslogtreecommitdiff
path: root/docs/help/sortdown_or.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/help/sortdown_or.html')
-rw-r--r--docs/help/sortdown_or.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/help/sortdown_or.html b/docs/help/sortdown_or.html
index 93125592..ef55b509 100644
--- a/docs/help/sortdown_or.html
+++ b/docs/help/sortdown_or.html
@@ -5,12 +5,12 @@
</head>
<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="logical-or-"><a class="header" href="#logical-or-">Logical Or (<code><span class='Function'>∨</span></code>)</a></h1>
-<h2 id="--sort-down"><a class="header" href="#--sort-down"><code><span class='Function'>∨</span> <span class='Value'>𝕩</span></code>: Sort Down</a></h2>
+<h2 id="-𝕩-sort-down"><a class="header" href="#-𝕩-sort-down"><code><span class='Function'>∨</span> <span class='Value'>𝕩</span></code>: Sort Down</a></h2>
<p>Sort array <code><span class='Value'>𝕩</span></code> in descending order.</p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICDiiKggM+KAvzHigL804oC/MeKAvzU=">↗️</a><pre> <span class='Function'>∨</span> <span class='Number'>3</span><span class='Ligature'>‿</span><span class='Number'>1</span><span class='Ligature'>‿</span><span class='Number'>4</span><span class='Ligature'>‿</span><span class='Number'>1</span><span class='Ligature'>‿</span><span class='Number'>5</span>
⟨ 5 4 3 1 1 ⟩
</pre>
-<h2 id="---logical-or"><a class="header" href="#---logical-or"><code><span class='Value'>𝕨</span> <span class='Function'>∨</span> <span class='Value'>𝕩</span></code>: Logical Or</a></h2>
+<h2 id="𝕨--𝕩-logical-or"><a class="header" href="#𝕨--𝕩-logical-or"><code><span class='Value'>𝕨</span> <span class='Function'>∨</span> <span class='Value'>𝕩</span></code>: Logical Or</a></h2>
<p>Logical Or of <code><span class='Value'>𝕨</span></code> and <code><span class='Value'>𝕩</span></code>.</p>
<p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICAxIOKIqCAwCgogIDHigL8wIOKIqCAx4oC/MQoKICAwIOKIqCAw">↗️</a><pre> <span class='Number'>1</span> <span class='Function'>∨</span> <span class='Number'>0</span>