summaryrefslogtreecommitdiff
path: root/docs/type_system/var.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/type_system/var.md')
-rw-r--r--docs/type_system/var.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/type_system/var.md b/docs/type_system/var.md
new file mode 100644
index 0000000..bd41278
--- /dev/null
+++ b/docs/type_system/var.md
@@ -0,0 +1,9 @@
+# Var
+
+---
+
+```text
+Var_class: Enum[.arg; .local]
+
+Var[TYPE; Var_class; Value[U64;...]; FN]
+```