!7 p { ai_alternativeSmartBot(); ai_useThoughtSpaces(true); S a = "Java", b = "is", c = "$X"; AbstractThoughtSpace ts = thoughtSpace(); L> l = ai_thoughtSpace_query(a, b, c, ts); print("Have " + l(l)); pnl(ai_texts("Java", "is", "$X")); }