// lines are in the format Q => A svoid lispCheckQuestionsVerbose(S questionsAndAnswers) { for (S s : toLinesFullTrim_java(questionsAndAnswers)) { new Matches m; if (flexMatchIC("* => *", s, m)) lispSolveQuestionVerbose($1); } }