<<
Arrays
>>
Since sequences don't nest, we need something that does.
An array maps integer keys to a value.
An array is like a function, and is indexed using function call notation.
Note that a string is a character sequence, not a vector.