x = ['string', 2,3]
x(1) = s
x(2) = t
...
x = [['abc'], 2,3]
x(1) = a
x(2) = b
...

- dc official App