From e950f786e25967a222cfa7bce7327ffd458e8c95 Mon Sep 17 00:00:00 2001 From: nodist Date: Thu, 16 Jul 2026 17:50:07 -0400 Subject: add generics --- docs/type_system/var.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/type_system/var.md') diff --git a/docs/type_system/var.md b/docs/type_system/var.md index 8af2da5..6bf114d 100644 --- a/docs/type_system/var.md +++ b/docs/type_system/var.md @@ -14,3 +14,11 @@ typedef struct { kpl_identifier identifier; } kpl_type_body_var; ``` + +## Function Vars + +Each var in a function belongs to a scope within that function + +```text +var -> list -> function +``` -- cgit v1.2.3