diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-19 22:06:05 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-19 22:06:05 -0500 |
| commit | fbf38d70c6461de9f326575671c0b7c33cb93767 (patch) | |
| tree | 906815d6c91f9a592a17dca66531aa2a470ca836 /docs/help/conjugate_add.html | |
| parent | 40be400ecca8c370afa31b60d8f779654b87d1b0 (diff) | |
| parent | 330846175fe6cfd52dee29e1db0d1726e31fb367 (diff) | |
Merge pull request #56 from razetime/master
fix more h2 errors, generate index for repl help, add insert page
Diffstat (limited to 'docs/help/conjugate_add.html')
| -rw-r--r-- | docs/help/conjugate_add.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/help/conjugate_add.html b/docs/help/conjugate_add.html index 9f42ea1e..6c248885 100644 --- a/docs/help/conjugate_add.html +++ b/docs/help/conjugate_add.html @@ -13,7 +13,7 @@ ¯1 </pre> <h2 id="---add"><a class="header" href="#---add"><code><span class='Value'>𝕨</span> <span class='Function'>+</span> <span class='Value'>𝕩</span></code>: Add</a></h2> -<h2 id="-added-to--either--or--can-be-a-character-and-if-so-the-other-has-to-be-an-integer"><a class="header" href="#-added-to--either--or--can-be-a-character-and-if-so-the-other-has-to-be-an-integer"><code><span class='Value'>𝕨</span></code> added to <code><span class='Value'>𝕩</span></code>. Either <code><span class='Value'>𝕨</span></code> or <code><span class='Value'>𝕩</span></code> can be a character, and if so, the other has to be an integer.</a></h2> +<p><code><span class='Value'>𝕨</span></code> added to <code><span class='Value'>𝕩</span></code>. Either <code><span class='Value'>𝕨</span></code> or <code><span class='Value'>𝕩</span></code> can be a character, and if so, the other has to be an integer.</p> <p><a href="https://mlochbaum.github.io/BQN/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=ICAxICsgMgoKICAxICsgMuKAvzPigL80CgogICdhJyArIDQ=">↗️</a><pre> <span class='Number'>1</span> <span class='Function'>+</span> <span class='Number'>2</span> 3 |
