static void ai_spec_whatIsTheLength(S s) { if (!isNormalQuoted(s)) ret; new Matches m; if (!swic("how long is *", unquote(s), m)) ret; S thing = m.get(1); // trigger required speculations post(s, "possibly related to:", thing); // harvest answer post(ai_forward(thing, "has length"), "answers", s); }