From 4c3c63f39e9ceb5eff26a39f7c53189e700bb2e4 Mon Sep 17 00:00:00 2001 From: nodist Date: Fri, 8 May 2026 16:42:18 -0400 Subject: combine option with empty --- docs/syntax/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/syntax/index.md') 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 `#` -- cgit v1.2.3