summaryrefslogtreecommitdiff
path: root/docs/language
diff options
context:
space:
mode:
Diffstat (limited to 'docs/language')
-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`