diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-05-13 16:12:32 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-05-13 16:12:32 -0400 |
| commit | d4ff8cfd8c9d1881cfc672a10d1f787e633fffaa (patch) | |
| tree | eb2eb61118004dcd8a77cda29986d4c9cde6fdd9 /docs/type_system/var.md | |
| parent | 70cbe8d5818ad63fad951d1b971e817acc9e76b1 (diff) | |
all functions return a task
Diffstat (limited to 'docs/type_system/var.md')
| -rw-r--r-- | docs/type_system/var.md | 6 |
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;...]] ``` |
