diff options
Diffstat (limited to 'docs/type_system/array.md')
| -rw-r--r-- | docs/type_system/array.md | 9 |
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[...]; ...]] +``` |
