static S ai_lookup(S s) {
  try answer ai_text(s, "is", "$X");
  ret ai_text("$X", "is", s);
}