diff options
| -rw-r--r-- | docs/help/index.html | 6 | ||||
| -rw-r--r-- | docs/help/shiftafter.html | 2 | ||||
| -rw-r--r-- | docs/help/shiftbefore.html | 2 | ||||
| -rw-r--r-- | help/README.md | 6 | ||||
| -rwxr-xr-x | help/genhelp.bqn | 2 | ||||
| -rw-r--r-- | help/shiftafter.md | 2 | ||||
| -rw-r--r-- | help/shiftbefore.md | 2 |
7 files changed, 11 insertions, 11 deletions
diff --git a/docs/help/index.html b/docs/help/index.html index f1d3baaf..46b5e791 100644 --- a/docs/help/index.html +++ b/docs/help/index.html @@ -131,11 +131,11 @@ </tr> <tr> <td><code><span class='Function'>«</span></code></td> -<td><a href="shiftbefore.html">Shift Before, Shift Before</a></td> +<td><a href="shiftbefore.html">Nudge Back, Shift Before</a></td> </tr> <tr> <td><code><span class='Function'>»</span></code></td> -<td><a href="shiftafter.html">Shift After, Shift After</a></td> +<td><a href="shiftafter.html">Nudge, Shift After</a></td> </tr> <tr> <td><code><span class='Function'>⌽</span></code></td> @@ -279,7 +279,7 @@ </tr> <tr> <td><code><span class='Gets'>↩</span></code></td> -<td><a href="change.html">Change</a></td> +<td><a href="change.html">Change, Modify</a></td> </tr> <tr> <td><code><span class='Separator'>,</span></code> or <code><span class='Separator'>⋄</span></code></td> diff --git a/docs/help/shiftafter.html b/docs/help/shiftafter.html index 1c92f0dd..314c21b9 100644 --- a/docs/help/shiftafter.html +++ b/docs/help/shiftafter.html @@ -5,7 +5,7 @@ </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="right-pointing-double-angle-quotation-"><a class="header" href="#right-pointing-double-angle-quotation-">Right Pointing Double Angle Quotation (<code><span class='Function'>»</span></code>)</a></h1> -<h2 id="-𝕩-shift-after"><a class="header" href="#-𝕩-shift-after"><code><span class='Function'>»</span> <span class='Value'>𝕩</span></code>: Shift After</a></h2> +<h2 id="-𝕩-nudge"><a class="header" href="#-𝕩-nudge"><code><span class='Function'>»</span> <span class='Value'>𝕩</span></code>: Nudge</a></h2> <p><a class="fulldoc" href="../doc/shift.html">→full documentation</a></p> <p>Remove the last element of <code><span class='Value'>𝕩</span></code>, add a cell of fill values to the start of the first axis 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=wrsgMeKAvzLigL8zCgrCuyAz4oC/MyDipYogOQ==">↗️</a><pre> <span class='Function'>»</span> <span class='Number'>1</span><span class='Ligature'>‿</span><span class='Number'>2</span><span class='Ligature'>‿</span><span class='Number'>3</span> diff --git a/docs/help/shiftbefore.html b/docs/help/shiftbefore.html index 7b73bb9c..216da060 100644 --- a/docs/help/shiftbefore.html +++ b/docs/help/shiftbefore.html @@ -5,7 +5,7 @@ </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="left-pointing-double-angle-quotation-"><a class="header" href="#left-pointing-double-angle-quotation-">Left Pointing Double Angle Quotation (<code><span class='Function'>«</span></code>)</a></h1> -<h2 id="-𝕩-shift-before"><a class="header" href="#-𝕩-shift-before"><code><span class='Function'>«</span> <span class='Value'>𝕩</span></code>: Shift Before</a></h2> +<h2 id="-𝕩-nudge-back"><a class="header" href="#-𝕩-nudge-back"><code><span class='Function'>«</span> <span class='Value'>𝕩</span></code>: Nudge Back</a></h2> <p><a class="fulldoc" href="../doc/shift.html">→full documentation</a></p> <p>Remove the first element of <code><span class='Value'>𝕩</span></code>, add a cell of fill values to the end of the first axis 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=NzggwqsgMeKAvzLigL8zCgrCqyAx4oC/MuKAvzMKCsKrIDPigL8zIOKliiA5">↗️</a><pre> <span class='Number'>78</span> <span class='Function'>«</span> <span class='Number'>1</span><span class='Ligature'>‿</span><span class='Number'>2</span><span class='Ligature'>‿</span><span class='Number'>3</span> diff --git a/help/README.md b/help/README.md index 16a194e7..604e37f7 100644 --- a/help/README.md +++ b/help/README.md @@ -33,8 +33,8 @@ | `↑` | [Prefixes, Take](prefixes_take.md) | | `↓` | [Suffixes, Drop](suffixes_drop.md) | | `↕` | [Range, Windows](range_windows.md) | -| `«` | [Shift Before, Shift Before](shiftbefore.md) | -| `»` | [Shift After, Shift After](shiftafter.md) | +| `«` | [Nudge Back, Shift Before](shiftbefore.md) | +| `»` | [Nudge, Shift After](shiftafter.md) | | `⌽` | [Reverse, Rotate](reverse_rotate.md) | | `⍉` | [Transpose, Reorder Axes](transpose_reorderaxes.md) | | `/` | [Indices, Replicate](indices_replicate.md) | @@ -70,7 +70,7 @@ | `` ` `` | [Scan, Scan With initial](scan.md) | | `←` | [Define](define.md) | | `⇐` | [Export Definition, Export names](export.md) | -| `↩` | [Change](change.md) | +| `↩` | [Change, Modify](change.md) | | `,` or `⋄` | [Separator](separator.md) | | `.` | [Namespace Field](namespacefield.md) | | `(` | [Begin Expression](beginexpression.md) | diff --git a/help/genhelp.bqn b/help/genhelp.bqn index 71251d01..20cb66e8 100755 --- a/help/genhelp.bqn +++ b/help/genhelp.bqn @@ -5,7 +5,7 @@ gl ← "+-×÷⋆√⌊⌈∧∨¬|≤<>≥=≠≡≢⊣⊢⥊∾≍⋈↑↓↕ rows ← (⍋gl⊸⊐)⊸⊏˝⍉> { data ← •FLines 𝕩 - names ← (⊣∾", "∾⊢)´{(¬·∧`' '⊸=)⊸/⌾⌽(»·∧`⌾⌽':'⊸≠)⊸/𝕩}¨("## "≡3⊸↑)¨⊸/data + names ← (⊣∾", "∾⊢)´⍷{(¬·∧`' '⊸=)⊸/⌾⌽(»·∧`⌾⌽':'⊸≠)⊸/𝕩}¨("## "≡3⊸↑)¨⊸/data t‿d ← ∾/¨(⊏data)=¨"()" sym ← (+`·»⊸-˝(¬»∧«)∘=⟜'`'∧⎉1"()"=⌜⊢)⊸/ 2⊑data g ← 1⊑sym diff --git a/help/shiftafter.md b/help/shiftafter.md index 753fc77e..13d7818f 100644 --- a/help/shiftafter.md +++ b/help/shiftafter.md @@ -2,7 +2,7 @@ # Right Pointing Double Angle Quotation (`»`) -## `» 𝕩`: Shift After +## `» 𝕩`: Nudge [→full documentation](../doc/shift.md) Remove the last element of `𝕩`, add a cell of fill values to the start of the first axis of `𝕩`. diff --git a/help/shiftbefore.md b/help/shiftbefore.md index 25a1d799..1a41ed56 100644 --- a/help/shiftbefore.md +++ b/help/shiftbefore.md @@ -2,7 +2,7 @@ # Left Pointing Double Angle Quotation (`«`) -## `« 𝕩`: Shift Before +## `« 𝕩`: Nudge Back [→full documentation](../doc/shift.md) Remove the first element of `𝕩`, add a cell of fill values to the end of the first axis of `𝕩`. |
