static int tok_smartIndexOfFirstSpace(L tok, int i) { for (; i < l(tok); i++) if (even(i) && nempty(tok.get(i))) ret i; ret i; }