!752 sS alphabet = "abcdefghijklmnopqrstuvwxyz0123456789(),"; p { for (S s : allWordsOfAlphabet(alphabet)) print(s); }