static S[] codeTokensAsStringArray(LS tok) { int n = (l(tok)-1)/2; S[] out = new S[n]; for i to n: out[i] = tok.get(i*2+1); ret out; }