diff options
Diffstat (limited to 'help')
| -rw-r--r-- | help/2-modifierrightoperand.md | 2 | ||||
| -rw-r--r-- | help/beginblock.md | 2 | ||||
| -rw-r--r-- | help/currentfunction.md | 2 | ||||
| -rw-r--r-- | help/currentmodifier.md | 2 | ||||
| -rw-r--r-- | help/endblock.md | 2 | ||||
| -rw-r--r-- | help/leftargument.md | 2 | ||||
| -rw-r--r-- | help/modifierleftoperand.md | 2 | ||||
| -rw-r--r-- | help/rightargument.md | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/help/2-modifierrightoperand.md b/help/2-modifierrightoperand.md index ccf28228..eae06b9a 100644 --- a/help/2-modifierrightoperand.md +++ b/help/2-modifierrightoperand.md @@ -3,7 +3,7 @@ # Mathematical Double-struck G (`𝔾`) ## `𝔾`: 2-Modifier Right operand -[→full documentation](../doc/syntax.md#blocks) +[→full documentation](../doc/block.md#operands) A variable assigned to the right operand of a 2-modifier block. `𝕘` can be used to access the right operand as a subject. diff --git a/help/beginblock.md b/help/beginblock.md index 2c61355a..0ec7403d 100644 --- a/help/beginblock.md +++ b/help/beginblock.md @@ -3,7 +3,7 @@ # Left Curly Bracket (`{`) ## `{ ...`: Begin Block -[→full documentation](../doc/syntax.md#blocks) +[→full documentation](../doc/block.md) Starts a block, which can be one of: diff --git a/help/currentfunction.md b/help/currentfunction.md index 26746577..1367c50b 100644 --- a/help/currentfunction.md +++ b/help/currentfunction.md @@ -3,7 +3,7 @@ # Mathematical Double-struck S (`𝕊`) ## `𝕊`: Current Function -[→full documentation](../doc/syntax.md#blocks) +[→full documentation](../doc/block.md#self-reference) A variable assigned to the current function block. `𝕤` accesses the same value but has a subject role. diff --git a/help/currentmodifier.md b/help/currentmodifier.md index ed144afa..08a77dd4 100644 --- a/help/currentmodifier.md +++ b/help/currentmodifier.md @@ -3,7 +3,7 @@ # Mathematical Double-struck R (`𝕣`) ## `𝕣`: Current Modifier -[→full documentation](../doc/syntax.md#blocks) +[→full documentation](../doc/block.md#self-reference) A variable assigned to the current modifier block. Add underscores to the beginning and/or end (`_𝕣`, `_𝕣_`) to use it in a modifier role. diff --git a/help/endblock.md b/help/endblock.md index b6ae5235..fff536e6 100644 --- a/help/endblock.md +++ b/help/endblock.md @@ -3,7 +3,7 @@ # Right Curly Bracket (`}`) ## `... }`: End Block -[→full documentation](../doc/syntax.md#blocks) +[→full documentation](../doc/block.md) Starts a block, which starts with `}`. See [Begin Block](beginblock.md) for more details. diff --git a/help/leftargument.md b/help/leftargument.md index bda7fedc..cab98057 100644 --- a/help/leftargument.md +++ b/help/leftargument.md @@ -3,7 +3,7 @@ # Mathematical Double-struck W (`𝕨`) ## `𝕨`: Left Argument -[→full documentation](../doc/syntax.md#blocks) +[→full documentation](../doc/block.md#arguments) A variable assigned to the left argument of a block. `𝕎` can be used to access the left argument as a function. diff --git a/help/modifierleftoperand.md b/help/modifierleftoperand.md index 1ae8efaf..42435bfc 100644 --- a/help/modifierleftoperand.md +++ b/help/modifierleftoperand.md @@ -3,7 +3,7 @@ # Mathematical Double-struck F (`𝔽`) ## `𝔽`: Modifier Left operand -[→full documentation](../doc/syntax.md#blocks) +[→full documentation](../doc/block.md#operands) A variable assigned to the left operand of a modifier block. `𝕗` can be used to access the left operand as a subject. diff --git a/help/rightargument.md b/help/rightargument.md index 75c5e7e3..432f8028 100644 --- a/help/rightargument.md +++ b/help/rightargument.md @@ -3,7 +3,7 @@ # Mathematical Double-struck X (`𝕩`) ## `𝕩`: Right Argument -[→full documentation](../doc/syntax.md#blocks) +[→full documentation](../doc/block.md#arguments) A variable assigned to the right argument of a block. `𝕏` can be used to access the right argument as a function. |
