aboutsummaryrefslogtreecommitdiff
path: root/doc/block.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/block.md')
-rw-r--r--doc/block.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/block.md b/doc/block.md
index 473e9c8c..7270f302 100644
--- a/doc/block.md
+++ b/doc/block.md
@@ -26,7 +26,7 @@ An immediate block is only ever evaluated once, and can't be used for control fl
| Lowercase | Uppercase | Meaning
|-----------|-----------|---------
| `๐•ฉ` | `๐•` | Right [argument](#arguments)
-| `๐•จ` | `๐•Ž` | Left [argument](#arguments), or Nothing (`ยท`)
+| `๐•จ` | `๐•Ž` | Left [argument](#arguments), or [Nothing](expression.md#nothing) (`ยท`)
| `๐•ค` | `๐•Š` | Function [self-reference](#self-reference)
| `๐•—` | `๐”ฝ` | Left [operand](#operands)
| `๐•˜` | `๐”พ` | Right [operand](#operands)
@@ -42,7 +42,7 @@ The names `๐•จ` and `๐•ฉ`, and their uppercase spellings, represent function a
{ ๐•ฉ+โ†ฉ2 โ‹„ 0โ‰๐•ฉ } 3
4 { โŸจ๐•ฉโ‹„-๐•จโŸฉ } 5
-A function with `๐•จ` in its definition doesn't have to be called with two arguments. If it has only one, then `๐•จ` is given the special value Nothing `ยท`. This is the only time a variable can ever be Nothing, as an assignment such as `vโ†ยท` is not allowed.
+A function with `๐•จ` in its definition doesn't have to be called with two arguments. If it has only one, then `๐•จ` is given the special value [Nothing](expression.md#nothing), or `ยท`. This is the only time a variable can ever be Nothing, as an assignment such as `vโ†ยท` is not allowed.
3 { (2ร—๐•จ)-๐•ฉ } 1
{ (2ร—๐•จ)-๐•ฉ } 1