<div dir="ltr">Are 2D arrays of this style supported in T:<div><br></div><div><div>main {</div><div>foreach i in [0:31]{</div><div>        /*string commands[] = ["head","tail","wc","stat"];*/</div>
<div>        foreach j in [0:24]{</div><div>                string pyline=sprintf("import cPickle as pickle\n\nrepr(pickle.dumps({'foo1':%s,'foo2':%s}))", i, j);</div><div>                string pickle[i][j] = python(pyline);</div>
<div>        }</div><div>}</div><div>}</div></div><div><br></div><div>stc gives following error:</div><div><br></div><div><div>stc error:</div><div>multi-map-reduce.swift:15:3: The following type was not defined in the current context: j</div>
</div></div>