sS ai_describeString(S s) { ret s == null ? ai_describeObject(s) : "the string " + quote(s); }