diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-23 22:48:11 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-23 22:48:11 -0500 |
| commit | 3338439f07f5e583d317ba9c6aed75e0b6093c3f (patch) | |
| tree | b092ad366caba4ee028db5f1bd9fa1097a3164d4 /help | |
| parent | c0a57fa52ace56bf79e4956fb10df4288f53d054 (diff) | |
Minor terminology fixes
Diffstat (limited to 'help')
| -rw-r--r-- | help/2-modifierrightoperand.md | 4 | ||||
| -rw-r--r-- | help/absolutevalue_modulus.md | 2 | ||||
| -rw-r--r-- | help/after_bind.md | 2 | ||||
| -rw-r--r-- | help/before_bind.md | 2 | ||||
| -rw-r--r-- | help/currentfunction.md | 4 | ||||
| -rw-r--r-- | help/modifierleftoperand.md | 4 |
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 |
