diff options
Diffstat (limited to 'doc/block.md')
| -rw-r--r-- | doc/block.md | 4 |
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 |
