Arrays are available in most programming languages, often using square [] or round () brackets to access the elements, e.g. Carray[6] or VBarray(6).
[]
()
Carray[6]
VBarray(6)