summaryrefslogtreecommitdiff
path: root/docs/syntax/index.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-05-08 16:42:18 -0400
committernodist <kevin.comas.git@gmail.com>2026-05-08 16:42:18 -0400
commit4c3c63f39e9ceb5eff26a39f7c53189e700bb2e4 (patch)
treea31cb056f2ba82aa534d1f6a93c501eeb3f2a9d3 /docs/syntax/index.md
parentdda8ef8f15662e7621251148eb1b1da7a22f199b (diff)
combine option with empty
Diffstat (limited to 'docs/syntax/index.md')
-rw-r--r--docs/syntax/index.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/syntax/index.md b/docs/syntax/index.md
index 45bfb37..38735c5 100644
--- a/docs/syntax/index.md
+++ b/docs/syntax/index.md
@@ -68,7 +68,7 @@ Variables starting with `_` are treated as unused
## Type Names
-Start with an uppercase letter
+Start with an uppercase letter created with either \`alias or \`unique
# Operators
@@ -130,6 +130,8 @@ A list of statements between `{}` separated by `;` or `\n` associated with a co
condition { statements }
{ default statements }
}
+
+? condition { arg; .... }[arg]
```
#### Match `#`