diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-27 22:22:35 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-27 22:22:35 -0500 |
| commit | 7ee8d5c5ce80355b835e95f95c933ff542ff5ddd (patch) | |
| tree | d92ea850f7df87f751f28ae48c690bdf632fc70d /doc/syntax.md | |
| parent | 708d0d55c550786953adfc90900fd2046d6c91b4 (diff) | |
Add Nothing to summary syntax table
Diffstat (limited to 'doc/syntax.md')
| -rw-r--r-- | doc/syntax.md | 1 |
1 files changed, 1 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) |
