diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-10-09 21:12:05 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-10-09 21:18:10 -0400 |
| commit | f2cd25f1ab2b04007c1f112dfffd3590e60f2d3b (patch) | |
| tree | 94353b9dd5d9c174b1fe2be80a5d57479a134ccc /doc/block.md | |
| parent | 4ff015d2a879a61eb76ef3986fcce68e7b826850 (diff) | |
Documentation for Nothing
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 |
