!7 p { new WebThoughtSpace ts; ts.addWeb(webFromTriple("a sentence", "is", "a string of words")); printStruct(ts); //ai_applyWebFunctionToThoughtSpace(f web_reverseIs_ask); pnl(thoughtSpace_search_dollarXY(ts, "$X", "is", "$Y")); printWebs(ts.webs); }