static S ai_text(S a, S b, S c) { ret web_text(first(ai_search_dollarX(a, b, c))); } static S ai_text(T3 t) { ret ai_text(t.a, t.b, t.c); }