diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-06-26 17:03:47 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-06-26 17:03:47 -0400 |
| commit | 254059e2ea2df0cd63cf75d836ac9ebe00a28302 (patch) | |
| tree | 7ba038974c6cc23101921a7d6926e2bc5cc1db96 /docs/language | |
| parent | ad516054002b4105197ef4fc37ac380cdf680750 (diff) | |
var tree lists
Diffstat (limited to 'docs/language')
| -rw-r--r-- | docs/language/index.md | 6 |
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` |
