diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/help/2-modifierrightoperand.html | 2 | ||||
| -rw-r--r-- | docs/help/absolutevalue_modulus.html | 4 | ||||
| -rw-r--r-- | docs/help/after_bind.html | 2 | ||||
| -rw-r--r-- | docs/help/before_bind.html | 2 | ||||
| -rw-r--r-- | docs/help/currentfunction.html | 2 | ||||
| -rw-r--r-- | docs/help/modifierleftoperand.html | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/docs/help/2-modifierrightoperand.html b/docs/help/2-modifierrightoperand.html index ceba24c0..f7a71bdf 100644 --- a/docs/help/2-modifierrightoperand.html +++ b/docs/help/2-modifierrightoperand.html @@ -6,7 +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="mathematical-double-struck-g-"><a class="header" href="#mathematical-double-struck-g-">Mathematical Double-struck G (<code><span class='Function'>𝔾</span></code>)</a></h1> <h2 id="-2-modifier-right-operand"><a class="header" href="#-2-modifier-right-operand"><code><span class='Function'>𝔾</span></code>: 2-Modifier Right operand</a></h2> -<p>A variable assigned to the right operand of a 2-modifier block. <code><span class='Value'>𝕘</span></code> can be used to access the right operand as a value.</p> +<p>A variable assigned to the right operand of a 2-modifier block. <code><span class='Value'>𝕘</span></code> can be used to access the right operand as a subject.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=NSAre/CdlZh9MyAx">↗️</a><pre> <span class='Number'>5</span> <span class='Function'>+</span><span class='Brace'>{</span><span class='Value'>𝕘</span><span class='Brace'>}</span><span class='Number'>3</span> <span class='Number'>1</span> 3 </pre> diff --git a/docs/help/absolutevalue_modulus.html b/docs/help/absolutevalue_modulus.html index ab235a3c..135b0ef1 100644 --- a/docs/help/absolutevalue_modulus.html +++ b/docs/help/absolutevalue_modulus.html @@ -17,9 +17,9 @@ <h2 id="---modulus"><a class="header" href="#---modulus"><code><span class='Value'>𝕨</span> <span class='Function'>|</span> <span class='Value'>𝕩</span></code>: Modulus</a></h2> <p>Remainder of <code><span class='Value'>𝕩</span></code> divided by <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=ICAxIHwgMwoKICAyIHwgM+KAvzTigL81">↗️</a><pre> <span class='Number'>1</span> <span class='Function'>|</span> <span class='Number'>3</span> +<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICAxIHwgMwoKICAyIHwgM+KAvzTigL/CrzU=">↗️</a><pre> <span class='Number'>1</span> <span class='Function'>|</span> <span class='Number'>3</span> 0 - <span class='Number'>2</span> <span class='Function'>|</span> <span class='Number'>3</span><span class='Ligature'>‿</span><span class='Number'>4</span><span class='Ligature'>‿</span><span class='Number'>5</span> + <span class='Number'>2</span> <span class='Function'>|</span> <span class='Number'>3</span><span class='Ligature'>‿</span><span class='Number'>4</span><span class='Ligature'>‿</span><span class='Number'>¯5</span> ⟨ 1 0 1 ⟩ </pre> diff --git a/docs/help/after_bind.html b/docs/help/after_bind.html index 6d3b8d9d..3e71d3b2 100644 --- a/docs/help/after_bind.html +++ b/docs/help/after_bind.html @@ -7,7 +7,7 @@ <h1 id="left-multimap-"><a class="header" href="#left-multimap-">Left Multimap (<code><span class='Modifier2'>⟜</span></code>)</a></h1> <h2 id="--bind-"><a class="header" href="#--bind-"><code><span class='Function'>𝔽</span><span class='Modifier2'>⟜</span><span class='Value'>𝕘</span> <span class='Value'>𝕩</span></code>: Bind</a></h2> <p>Supply <code><span class='Value'>𝕘</span></code> as a right argument to <code><span class='Function'>𝔽</span></code> (<code><span class='Value'>𝕩</span> <span class='Function'>𝔽</span> <span class='Value'>𝕘</span></code>).</p> -<p><code><span class='Value'>𝕘</span></code> must be a value, <code><span class='Function'>F</span></code> must be dyadic.</p> +<p><code><span class='Value'>𝕘</span></code> is a constant, <code><span class='Function'>𝔽</span></code> must be dyadic.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICAgLeKfnDMgOQoKICAgLSAzIDkKCiAgIDkgLSAz">↗️</a><pre> <span class='Function'>-</span><span class='Modifier2'>⟜</span><span class='Number'>3</span> <span class='Number'>9</span> 6 diff --git a/docs/help/before_bind.html b/docs/help/before_bind.html index f94f2ae1..e04e11b1 100644 --- a/docs/help/before_bind.html +++ b/docs/help/before_bind.html @@ -7,7 +7,7 @@ <h1 id="multimap-"><a class="header" href="#multimap-">Multimap (<code><span class='Modifier2'>⊸</span></code>)</a></h1> <h2 id="--bind-left"><a class="header" href="#--bind-left"><code><span class='Value'>𝕗</span><span class='Modifier2'>⊸</span><span class='Function'>𝔾</span> <span class='Value'>𝕩</span></code>: Bind Left</a></h2> <p>Supply <code><span class='Value'>𝕗</span></code> as a left argument to <code><span class='Function'>𝔾</span></code> (<code><span class='Value'>𝕗</span> <span class='Function'>𝔾</span> <span class='Value'>𝕩</span></code>).</p> -<p><code><span class='Value'>𝕗</span></code> must be a value, <code><span class='Function'>𝔾</span></code> must be dyadic.</p> +<p><code><span class='Value'>𝕗</span></code> is a constant, <code><span class='Function'>𝔾</span></code> must be dyadic.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICAgM+KKuC0gOQoKICAgMyAtIDk=">↗️</a><pre> <span class='Number'>3</span><span class='Modifier2'>⊸</span><span class='Function'>-</span> <span class='Number'>9</span> ¯6 diff --git a/docs/help/currentfunction.html b/docs/help/currentfunction.html index 20a54867..d60bd8a5 100644 --- a/docs/help/currentfunction.html +++ b/docs/help/currentfunction.html @@ -6,7 +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="mathematical-double-struck-s-"><a class="header" href="#mathematical-double-struck-s-">Mathematical Double-struck S (<code><span class='Function'>𝕊</span></code>)</a></h1> <h2 id="-current-function"><a class="header" href="#-current-function"><code><span class='Function'>𝕊</span></code>: Current Function</a></h2> -<p>A variable assigned to the current function block. <code><span class='Value'>𝕤</span></code> can be used to access the current function block as a value.</p> +<p>A variable assigned to the current function block. <code><span class='Value'>𝕤</span></code> can be used to access the current function block as a subject.</p> <p><code><span class='Function'>𝕊</span></code> can be used for recursion.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=RiDihpAge/CdlYogMDogMTsg8J2VqSDDlyDwnZWKIPCdlaktMX0gIyBGYWN0b3JpYWwKRiA1Cgp78J2VpOKAv/CdlaR9NA==">↗️</a><pre> <span class='Function'>F</span> <span class='Gets'>←</span> <span class='Brace'>{</span><span class='Function'>𝕊</span> <span class='Number'>0</span><span class='Value'>:</span> <span class='Number'>1</span><span class='Value'>;</span> <span class='Value'>𝕩</span> <span class='Function'>×</span> <span class='Function'>𝕊</span> <span class='Value'>𝕩</span><span class='Function'>-</span><span class='Number'>1</span><span class='Brace'>}</span> <span class='Comment'># Factorial </span> <span class='Function'>F</span> <span class='Number'>5</span> diff --git a/docs/help/modifierleftoperand.html b/docs/help/modifierleftoperand.html index c1c0a4c4..04d5c9d4 100644 --- a/docs/help/modifierleftoperand.html +++ b/docs/help/modifierleftoperand.html @@ -6,7 +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="mathematical-double-struck-f-"><a class="header" href="#mathematical-double-struck-f-">Mathematical Double-struck F (<code><span class='Function'>𝔽</span></code>)</a></h1> <h2 id="-modifier-left-operand"><a class="header" href="#-modifier-left-operand"><code><span class='Function'>𝔽</span></code>: Modifier Left operand</a></h2> -<p>A variable assigned to the left operand of a modifier block. <code><span class='Value'>𝕗</span></code> can be used to access the left operand as a value.</p> +<p>A variable assigned to the left operand of a modifier block. <code><span class='Value'>𝕗</span></code> can be used to access the left operand as a subject.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=NSAre/CdlZfiiqPwnZWofSAx">↗️</a><pre> <span class='Number'>5</span> <span class='Function'>+</span><span class='Brace'>{</span><span class='Value'>𝕗</span><span class='Function'>⊣</span><span class='Value'>𝕨</span><span class='Brace'>}</span> <span class='Number'>1</span> + </pre> |
