aboutsummaryrefslogtreecommitdiff
path: root/docs/doc/syntax.html
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 /docs/doc/syntax.html
parent708d0d55c550786953adfc90900fd2046d6c91b4 (diff)
Add Nothing to summary syntax table
Diffstat (limited to 'docs/doc/syntax.html')
-rw-r--r--docs/doc/syntax.html4
1 files changed, 4 insertions, 0 deletions
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>