diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-05-08 16:42:18 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-05-08 16:42:18 -0400 |
| commit | 4c3c63f39e9ceb5eff26a39f7c53189e700bb2e4 (patch) | |
| tree | a31cb056f2ba82aa534d1f6a93c501eeb3f2a9d3 /docs/syntax/index.md | |
| parent | dda8ef8f15662e7621251148eb1b1da7a22f199b (diff) | |
combine option with empty
Diffstat (limited to 'docs/syntax/index.md')
| -rw-r--r-- | docs/syntax/index.md | 4 |
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 `#` |
