!752 p { typeWriterConsole(); // change font to non-proportional L posts = scanEventLogForPosts("#1003887", "new"); psl(posts); int total = l(posts); int perfect = countWhere(posts, "suggestionIndex", 1); print("Total lines: " + total); print("Perfect lines: " + perfect); }