!7 p { if (!stefansPC()) typicalDownload(); autoRestart(5); addTransientWeb(webFromTriples("chat lines | #get number", "transforms with", "f randomNumber")); S input = "how many chat lines are there?"; WebNode node = ai_first(ai_lookupOperation(input, "transform to")); assertNotNull("huh", node); web_barsToNewLines(node); print(web_texts(node)); } static int randomNumber() { ret random(1, 1000); }