!7 p-tt { centerHigherConsole(); autoRestart(5); S data = loadSnippetWithAutoRestart(#1012404); new Scorer scorer; for (S testCase : splitAtDashLines(javaDropAllComments(data))) { L lines = tlft(testCase); printAsciiHeading("CASE"); printLines(lines); int startOfQuestions = l(lines)-1; for i over lines: { bool isQuestion = i >= startOfQuestions; S line = lines.get(i); T3 t = ai_tripelize(line); print(" " + (isQuestion ? "? " : "") + ai_renderTriple(t)); } } //scorer.print(); //setConsoleTitle(str(scorer) + " - Parse AI Test Questions"); }