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