summaryrefslogtreecommitdiff
path: root/docs/syntax/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/syntax/index.md')
-rw-r--r--docs/syntax/index.md10
1 files changed, 9 insertions, 1 deletions
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