diff options
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;...]] ``` |
