Output to console

MyArray = [10, 13, 46, 28]
print(MyArray)    //Will output "[10, 13, 46, 28]"