From 3338439f07f5e583d317ba9c6aed75e0b6093c3f Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sun, 23 Jan 2022 22:48:11 -0500 Subject: Minor terminology fixes --- docs/help/2-modifierrightoperand.html | 2 +- docs/help/absolutevalue_modulus.html | 4 ++-- docs/help/after_bind.html | 2 +- docs/help/before_bind.html | 2 +- docs/help/currentfunction.html | 2 +- docs/help/modifierleftoperand.html | 2 +- help/2-modifierrightoperand.md | 4 ++-- help/absolutevalue_modulus.md | 2 +- help/after_bind.md | 2 +- help/before_bind.md | 2 +- help/currentfunction.md | 4 ++-- help/modifierleftoperand.md | 4 ++-- 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 @@

Mathematical Double-struck G (𝔾)

𝔾: 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
 3
 
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 @@

𝕨 | 𝕩: Modulus

Remainder of 𝕩 divided by 𝕨.

Pervasive.

-↗️
      1 | 3
+↗️
      1 | 3
 0
 
-      2 | 3β€Ώ4β€Ώ5
+      2 | 3β€Ώ4β€ΏΒ―5
 ⟨ 1 0 1 ⟩
 
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 @@

Left Multimap (⟜)

π”½βŸœπ•˜ 𝕩: Bind

Supply π•˜ as a right argument to 𝔽 (𝕩 𝔽 π•˜).

-

π•˜ must be a value, F must be dyadic.

+

π•˜ is a constant, 𝔽 must be dyadic.

↗️
       -⟜3 9
 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 @@
 

Multimap (⊸)

π•—βŠΈπ”Ύ 𝕩: Bind Left

Supply 𝕗 as a left argument to 𝔾 (𝕗 𝔾 𝕩).

-

𝕗 must be a value, 𝔾 must be dyadic.

+

𝕗 is a constant, 𝔾 must be dyadic.

↗️
       3⊸- 9
 Β―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 @@
 
 

Mathematical Double-struck S (π•Š)

π•Š: 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
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 @@
 
 

Mathematical Double-struck F (𝔽)

𝔽: 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
 +
 
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 -- cgit v1.2.3