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