summaryrefslogtreecommitdiff
path: root/docs/syntax
diff options
context:
space:
mode:
Diffstat (limited to 'docs/syntax')
-rw-r--r--docs/syntax/define.md2
-rw-r--r--docs/syntax/index.md4
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/syntax/define.md b/docs/syntax/define.md
index 1b55660..358a394 100644
--- a/docs/syntax/define.md
+++ b/docs/syntax/define.md
@@ -2,6 +2,8 @@
---
+For defining and updating variables
+
## Assign `:`
## Shadow `::`
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 `#`