!7 p { S q = "is 60 bigger than 50?"; S a = ai_solveQuestionInSubSpace( triple(q, "should be", "answered"), triple("$X", "answers", q)); if (a != null) print("Answer: " + a); else print("No answer found"); setRegularGCCountdown(1); }