Semantic Error (SEM1001): The lower bound of the array dimension must not be greater than the upper bound.
In an array declaration, the higher array bound is specified before the lower bound. This is not possible. An array declaration has to begin with the lower bound.
Correct would be, for example, ARRAY[5..12].