Answer the question
In order to leave comments, you need to log in
Am I not referring to nested and multidimensional arrays correctly?
There are
multidimensional arrays
multidimensional = [
[1,2],
[1,2,3],
[4]
]
multidimensional[1][0]
nested = [1,2,[1,2,3],4];
nested[2][0]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question