aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-01-23 22:48:11 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-01-23 22:48:11 -0500
commit3338439f07f5e583d317ba9c6aed75e0b6093c3f (patch)
treeb092ad366caba4ee028db5f1bd9fa1097a3164d4
parentc0a57fa52ace56bf79e4956fb10df4288f53d054 (diff)
Minor terminology fixes
-rw-r--r--docs/help/2-modifierrightoperand.html2
-rw-r--r--docs/help/absolutevalue_modulus.html4
-rw-r--r--docs/help/after_bind.html2
-rw-r--r--docs/help/before_bind.html2
-rw-r--r--docs/help/currentfunction.html2
-rw-r--r--docs/help/modifierleftoperand.html2
-rw-r--r--help/2-modifierrightoperand.md4
-rw-r--r--help/absolutevalue_modulus.md2
-rw-r--r--help/after_bind.md2
-rw-r--r--help/before_bind.md2
-rw-r--r--help/currentfunction.md4
-rw-r--r--help/modifierleftoperand.md4
12 files changed, 16 insertions, 16 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>
diff --git a/help/2-modifierrightoperand.md b/help/2-modifierrightoperand.md
index a85a552a..1cdff64f 100644
--- a/help/2-modifierrightoperand.md
+++ b/help/2-modifierrightoperand.md
@@ -4,6 +4,6 @@
## `𝔾`: 2-Modifier Right operand
-A variable assigned to the right operand of a 2-modifier block. `π•˜` can be used to access the right operand as a value.
+A variable assigned to the right operand of a 2-modifier block. `π•˜` can be used to access the right operand as a subject.
- 5 +{π•˜}3 1 \ No newline at end of file
+ 5 +{π•˜}3 1
diff --git a/help/absolutevalue_modulus.md b/help/absolutevalue_modulus.md
index b9b9c248..dd6043fc 100644
--- a/help/absolutevalue_modulus.md
+++ b/help/absolutevalue_modulus.md
@@ -22,6 +22,6 @@ Remainder of `𝕩` divided by `𝕨`.
1 | 3
- 2 | 3β€Ώ4β€Ώ5
+ 2 | 3β€Ώ4β€ΏΒ―5
diff --git a/help/after_bind.md b/help/after_bind.md
index a0c15279..5ad7bbdc 100644
--- a/help/after_bind.md
+++ b/help/after_bind.md
@@ -6,7 +6,7 @@
Supply `π•˜` as a right argument to `𝔽` (`𝕩 𝔽 π•˜`).
-`π•˜` must be a value, `F` must be dyadic.
+`π•˜` is a constant, `𝔽` must be dyadic.
-⟜3 9
diff --git a/help/before_bind.md b/help/before_bind.md
index c2d0acd5..f47a8243 100644
--- a/help/before_bind.md
+++ b/help/before_bind.md
@@ -6,7 +6,7 @@
Supply `𝕗` as a left argument to `𝔾` (`𝕗 𝔾 𝕩`).
-`𝕗` must be a value, `𝔾` must be dyadic.
+`𝕗` is a constant, `𝔾` must be dyadic.
3⊸- 9
diff --git a/help/currentfunction.md b/help/currentfunction.md
index f2c5e16d..34ceb1a7 100644
--- a/help/currentfunction.md
+++ b/help/currentfunction.md
@@ -4,11 +4,11 @@
## `π•Š`: Current Function
-A variable assigned to the current function block. `𝕀` can be used to access the current function block as a value.
+A variable assigned to the current function block. `𝕀` can be used to access the current function block as a subject.
`π•Š` can be used for recursion.
F ← {π•Š 0: 1; 𝕩 Γ— π•Š 𝕩-1} # Factorial
F 5
- {𝕀‿𝕀}4 \ No newline at end of file
+ {𝕀‿𝕀}4
diff --git a/help/modifierleftoperand.md b/help/modifierleftoperand.md
index 2f23d37f..d517c7bf 100644
--- a/help/modifierleftoperand.md
+++ b/help/modifierleftoperand.md
@@ -4,6 +4,6 @@
## `𝔽`: Modifier Left operand
-A variable assigned to the left operand of a modifier block. `𝕗` can be used to access the left operand as a value.
+A variable assigned to the left operand of a modifier block. `𝕗` can be used to access the left operand as a subject.
- 5 +{π•—βŠ£π•¨} 1 \ No newline at end of file
+ 5 +{π•—βŠ£π•¨} 1