static L cncSubList(L tok, int from, int to) { from &= ~1; to |= 1; ret subList(tok, from, to); }