Accessing an array of constant numbers is very much like accessing an array of numbers. In an array of numbers you access the 0th element like this:
sixteen 0 th @
When you access the first element of an array of constants you use this construction:
sizes 0 th @'
The only difference is the word '@'', which is exclusively used to access arrays of constants.