I saw mention of
New array of arrays (of arrays etc...).
in versions.txt but couldn't find any docs on it.
it doesn't look like you can do an auto array of array ie:
local a[] = [[1,2],[3,4,5],[1,2]]
How is it used?
New array of arrays (of arrays etc...).
in versions.txt but couldn't find any docs on it.
it doesn't look like you can do an auto array of array ie:
local a[] = [[1,2],[3,4,5],[1,2]]
How is it used?