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.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/help/sortdown_or.html b/docs/help/sortdown_or.html
index 99a3157a..6d5e7e84 100644
--- a/docs/help/sortdown_or.html
+++ b/docs/help/sortdown_or.html
@@ -6,11 +6,13 @@
<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>
+<p><a class="fulldoc" href="../doc/order.html#sort">→full documentation</a></p>
<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=4oioIDPigL8x4oC/NOKAvzHigL81">↗️</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>
+<p><a class="fulldoc" href="../doc/logic.html">→full documentation</a></p>
<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=MSDiiKggMAoKMeKAvzAg4oioIDHigL8xCgowIOKIqCAw">↗️</a><pre> <span class='Number'>1</span> <span class='Function'>∨</span> <span class='Number'>0</span>