static ItIt ai_iterator_starPatternFromLastWords(S s) { LS tok = nlTok6(s); ret mapI(countIterator_exclusive(1, countTokens(tok)), n -> "* " + takeLastTokens(n, tok)); }