From 254059e2ea2df0cd63cf75d836ac9ebe00a28302 Mon Sep 17 00:00:00 2001 From: nodist Date: Fri, 26 Jun 2026 17:03:47 -0400 Subject: var tree lists --- docs/language/index.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/language') diff --git a/docs/language/index.md b/docs/language/index.md index 679ed36..2a8ff49 100644 --- a/docs/language/index.md +++ b/docs/language/index.md @@ -72,10 +72,14 @@ Start with a lowercase letter Variables starting with `_` are treated as unused +### Variables names have a 90 character limit + ## Type Names Start with an uppercase letter created with either \`alias or \`unique +### Type names have a 90 character limit + ## Type Qualifiers Start with `%` @@ -109,6 +113,8 @@ Start with a `.` .symbol ``` +### Symbols have a 90 character limit + # Lists A list of statements between `()` separated by `;` or `\n` -- cgit v1.2.3