aboutsummaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
Diffstat (limited to 'help')
-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
6 files changed, 9 insertions, 9 deletions
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