aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>