diff options
Diffstat (limited to 'docs/help/insert.html')
| -rw-r--r-- | docs/help/insert.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/help/insert.html b/docs/help/insert.html index 27e8e15b..58af28f7 100644 --- a/docs/help/insert.html +++ b/docs/help/insert.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="double-acute-accent-"><a class="header" href="#double-acute-accent-">Double Acute Accent (<code><span class='Modifier'>˝</span></code>)</a></h1> <h2 id="𝔽-𝕩-insert"><a class="header" href="#𝔽-𝕩-insert"><code><span class='Function'>𝔽</span><span class='Modifier'>˝</span> <span class='Value'>𝕩</span></code>: Insert</a></h2> +<p><a class="fulldoc" href="../doc/fold.html">→full documentation</a></p> <p>Fold over cells of <code><span class='Value'>𝕩</span></code> with <code><span class='Function'>𝔽</span></code> from end to start, that is, insert <code><span class='Function'>𝔽</span></code> between the major cells of <code><span class='Value'>𝕩</span></code>.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=YSDihpAgM+KAvzMg4qWKIOKGlTkKCivLnSBhCgow4oC/MeKAvzIgKyAz4oC/NOKAvzUgKyA24oC/N+KAvzg=">↗️</a><pre> <span class='Value'>a</span> <span class='Gets'>←</span> <span class='Number'>3</span><span class='Ligature'>‿</span><span class='Number'>3</span> <span class='Function'>⥊</span> <span class='Function'>↕</span><span class='Number'>9</span> @@ -16,6 +17,7 @@ ⟨ 9 12 15 ⟩ </pre> <h2 id="𝕨-𝔽-𝕩-insert-with-initial"><a class="header" href="#𝕨-𝔽-𝕩-insert-with-initial"><code><span class='Value'>𝕨</span> <span class='Function'>𝔽</span><span class='Modifier'>˝</span> <span class='Value'>𝕩</span></code>: Insert With Initial</a></h2> +<p><a class="fulldoc" href="../doc/fold.html#initial-element">→full documentation</a></p> <p>Monadic insert, but use <code><span class='Value'>𝕨</span></code> as initial right argument.</p> <p>If</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=YiDihpAgM+KAvzMg4qWKIOKGlTkKCjHigL8x4oC/MSAry50gYgoKMSAry50gYgoKMOKAvzHigL8yICsgM+KAvzTigL81ICsgNuKAvzfigL84ICsgMeKAvzHigL8x">↗️</a><pre> <span class='Value'>b</span> <span class='Gets'>←</span> <span class='Number'>3</span><span class='Ligature'>‿</span><span class='Number'>3</span> <span class='Function'>⥊</span> <span class='Function'>↕</span><span class='Number'>9</span> |
