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