!7 p { botIfMain(); consoleInputIfMain("What did you learn today?"); } answer { if "What did you learn today?" ret search("I learned today"); } static S search(S text) { L nodes = indexedNodes2(text); ret text + ": " + or2(joinWithSpace(map addDotIfNoPunctuation(web_uniqueOperandTexts(nodes, "", "that"))), "Nothing"); }