summaryrefslogtreecommitdiff
path: root/docs/type_system/array.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/type_system/array.md')
-rw-r--r--docs/type_system/array.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/type_system/array.md b/docs/type_system/array.md
new file mode 100644
index 0000000..2433cd5
--- /dev/null
+++ b/docs/type_system/array.md
@@ -0,0 +1,9 @@
+# Array
+
+---
+
+A sequence of TYPES with known size
+
+```text
+Array[TYPE; Value[Int[...]; ...]]
+```