aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-01-27 22:22:35 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-01-27 22:22:35 -0500
commit7ee8d5c5ce80355b835e95f95c933ff542ff5ddd (patch)
treed92ea850f7df87f751f28ae48c690bdf632fc70d
parent708d0d55c550786953adfc90900fd2046d6c91b4 (diff)
Add Nothing to summary syntax table
-rw-r--r--doc/syntax.md1
-rw-r--r--docs/doc/syntax.html4
2 files changed, 5 insertions, 0 deletions
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 @@
<td><a href="#constants">Used in numeric literals</a></td>
</tr>
<tr>
+<td><code><span class='Nothing'>·</span></code></td>
+<td><a href="expression.html#nothing">Nothing</a></td>
+</tr>
+<tr>
<td><code><span class='Paren'>()</span></code></td>
<td>Expression grouping</td>
</tr>