static S askMyself(S s) { print("> " + s); try { S answer = callStaticAnswerMethod(s, litlist(s)); print("< " + answer); ret answer; } catch (Exception e) { e.printStackTrace(); ret e.toString(); } }