!7 p { O bot = hotwire(#1007900); L comments = cast unstructure(loadPage("http://ai1.lol/wiki/structure/comments")); for (Comment c : comments) { S a = callStaticAnswerMethod(bot, c.text); if (nempty(a)) { print(c.text); print(" => " + a); } } }