From 31e48da4034e13b7eb7bb49aab59b9c1bf0054a3 Mon Sep 17 00:00:00 2001 From: nodist Date: Tue, 5 May 2026 15:02:55 -0400 Subject: add enums --- docs/syntax/index.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'docs/syntax/index.md') diff --git a/docs/syntax/index.md b/docs/syntax/index.md index 7047de3..1318219 100644 --- a/docs/syntax/index.md +++ b/docs/syntax/index.md @@ -91,13 +91,21 @@ Start with a `.` A list of statements between `()` separated by `;` or `\n` +```text +(1; 2; 3) +``` + # Definitions A list of type definitions between `[]` separated by `;` or `\n` +```text +Type[arg] +``` + # Actions -A list of statements between `{}` separated by `;` or `\n` that can be associated with a conditional +A list of statements between `{}` separated by `;` or `\n` associated with a conditional ## Conditionals -- cgit v1.2.3