5 ms·
looks like you can put string arrays and int arrays into the same array though. "data = [ ["gamma", "delta"], [1, 2] ] # just an update to make sure parsers su
by Gotttzsche 14y ago
looks like you can put string arrays and int arrays into the same array though.
"data = [ ["gamma", "delta"], [1, 2] ] # just an update to make sure parsers support it"
so in a static language it would be like: Array<Array<???>>
not sure this makes any sense