From 7ee8d5c5ce80355b835e95f95c933ff542ff5ddd Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Thu, 27 Jan 2022 22:22:35 -0500 Subject: Add Nothing to summary syntax table --- doc/syntax.md | 1 + docs/doc/syntax.html | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/doc/syntax.md b/doc/syntax.md index ceb43afe..1f1f49fb 100644 --- a/doc/syntax.md +++ b/doc/syntax.md @@ -14,6 +14,7 @@ Glyph(s) | Meaning `'"` | [Character or string literal](#constants) `@` | [Null character](#constants) `¯∞π` | [Used in numeric literals](#constants) +`·` | [Nothing](expression.md#nothing) `()` | Expression grouping `←` | [Define](expression.md#assignment) `⇐` | [Export](expression.md#exports) diff --git a/docs/doc/syntax.html b/docs/doc/syntax.html index 6bf68ada..6eed337e 100644 --- a/docs/doc/syntax.html +++ b/docs/doc/syntax.html @@ -33,6 +33,10 @@ Used in numeric literals +· +Nothing + + () Expression grouping -- cgit v1.2.3