summaryrefslogtreecommitdiff
path: root/docs/type_system/var.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-05-13 16:12:32 -0400
committernodist <kevin.comas.git@gmail.com>2026-05-13 16:12:32 -0400
commitd4ff8cfd8c9d1881cfc672a10d1f787e633fffaa (patch)
treeeb2eb61118004dcd8a77cda29986d4c9cde6fdd9 /docs/type_system/var.md
parent70cbe8d5818ad63fad951d1b971e817acc9e76b1 (diff)
all functions return a task
Diffstat (limited to 'docs/type_system/var.md')
-rw-r--r--docs/type_system/var.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/type_system/var.md b/docs/type_system/var.md
index bea4f82..6fe78c2 100644
--- a/docs/type_system/var.md
+++ b/docs/type_system/var.md
@@ -2,10 +2,10 @@
---
-A unique identifier for a function
+A unique identifier
```text
-Var_class `alias Enum[.arg; .local]
+Var_class `alias Enum[.arg; .local; .loop; .match]
-Var[Var_class; TYPE; Value[U64;...]; FN]
+Var[Var_class; TYPE; Value[U64;...]]
```