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/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/glossary.md') diff --git a/doc/glossary.md b/doc/glossary.md index a3389e3f..f274673e 100644 --- a/doc/glossary.md +++ b/doc/glossary.md @@ -105,7 +105,7 @@ The possible roles are: * **Parsing**: Analysis of the tokens of a program, which determines which actions will be taken to evaluate it. * [**Expression**](syntax.md#expressions): A piece of code that defines a (not necessarily constant) variable. -* **Nothing**: A special value-like entity that comes from `·`, `𝕨` in a function with no left argument, or a function called on nothing. +* [**Nothing**](expression.md#nothing): A special value-like entity that comes from `·`, `𝕨` in a function with no left argument, or a function called on nothing. * **Statement**: An expression, or nothing (`·`). * **Ligature**: The character `‿`. * [**List notation**](arrayrepr.md#brackets): The angle brackets `⟨⟩` or ligatures used to indicate a list. -- cgit v1.2.3