ok i have an array that when i define it like this it gets long and annoying to keep track of
is it possible to define the array like you can in C++, like as follows
global array[][] = [[*insert values*],[*insert values*],[insert values]]
is it possible to define the array like you can in C++, like as follows
global array[][] = [ [*insert values*], [*insert values*], [*insert values*]]