From 6cf3ace5c115ad065de248936f41eda7965fa7a9 Mon Sep 17 00:00:00 2001 From: nodist Date: Sun, 10 May 2026 16:22:47 -0400 Subject: add all type pages --- docs/type_system/var.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/type_system/var.md (limited to 'docs/type_system/var.md') 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] +``` -- cgit v1.2.3