Is your feature request related to a problem? Please describe.
It is currently not possible to easily access fixed areas of memory without direct addressing, and that way also doesn't allow for dynamic indexing and isn't allocated automatically in variable memory.
Describe the solution you'd like
Add arrays, where values are accessed by array[<index>], and new arrays are created array $name, <size>
Is your feature request related to a problem? Please describe. It is currently not possible to easily access fixed areas of memory without direct addressing, and that way also doesn't allow for dynamic indexing and isn't allocated automatically in variable memory.
Describe the solution you'd like Add arrays, where values are accessed by
array[<index>]
, and new arrays are createdarray $name, <size>