diff options
Diffstat (limited to 'docs/help/not_span.html')
| -rw-r--r-- | docs/help/not_span.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/help/not_span.html b/docs/help/not_span.html index 9495b8b6..3f0edff2 100644 --- a/docs/help/not_span.html +++ b/docs/help/not_span.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="not-"><a class="header" href="#not-">Not (<code><span class='Function'>¬</span></code>)</a></h1> <h2 id="-𝕩-logical-not"><a class="header" href="#-𝕩-logical-not"><code><span class='Function'>¬</span> <span class='Value'>𝕩</span></code>: Logical Not</a></h2> +<p><a class="fulldoc" href="../doc/logic.html">→full documentation</a></p> <p>Logical Not of <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=wqwgMAoKwqwgMeKAvzA=">↗️</a><pre> <span class='Function'>¬</span> <span class='Number'>0</span> @@ -15,6 +16,7 @@ ⟨ 0 1 ⟩ </pre> <h2 id="𝕨--𝕩-span"><a class="header" href="#𝕨--𝕩-span"><code><span class='Value'>𝕨</span> <span class='Function'>¬</span> <span class='Value'>𝕩</span></code>: Span</a></h2> +<p><a class="fulldoc" href="../doc/logic.html">→full documentation</a></p> <p>Count of numbers in the inclusive range from <code><span class='Value'>𝕩</span></code> to <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=MyDCrCAxCgoz4oC/NCDCrCAw4oC/Mg==">↗️</a><pre> <span class='Number'>3</span> <span class='Function'>¬</span> <span class='Number'>1</span> |
