aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/syntax.md1
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)