The arrays vocabulary implements fixed-size mutable sequences which support the Sequence protocol.
The arrays vocabulary only includes words for creating new arrays. To access and modify array elements, use Sequence operations in the sequences vocabulary.
Array literal syntax is documented in Array syntax. Resizable arrays also exist and are known as Vectors.