Array Types

Syntax
ArrayType :
     [ Type ]

Array types represent a sequence of elements of the same type. They are dinamically sized.