static LLS wordTokAll(Iterable l) { ret map(s -> wordTok(s), l); }