static void tokAppend(L tok, int i, S s) { tok.set(i, tok.get(i)+s); }