From f2cd25f1ab2b04007c1f112dfffd3590e60f2d3b Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sat, 9 Oct 2021 21:12:05 -0400 Subject: Documentation for Nothing --- doc/block.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/block.md') 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 -- cgit v1.2.3