Creates an array containing the specified elements.
[x,y,z ... n]
Array containing the elements x,y,z...n .
StringVar array monthOfFirstQuarter := ["January", "February", "March"];
→ Creates an array containing the names of the first three month of the year