summaryrefslogtreecommitdiff
path: root/docs/language/index.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-06-26 17:03:47 -0400
committernodist <kevin.comas.git@gmail.com>2026-06-26 17:03:47 -0400
commit254059e2ea2df0cd63cf75d836ac9ebe00a28302 (patch)
tree7ba038974c6cc23101921a7d6926e2bc5cc1db96 /docs/language/index.md
parentad516054002b4105197ef4fc37ac380cdf680750 (diff)
var tree lists
Diffstat (limited to 'docs/language/index.md')
-rw-r--r--docs/language/index.md6
1 files changed, 6 insertions, 0 deletions
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`