static void ai_spec_switcheroo(S s) { bool q = isQuoted(s); S x = switcheroo(unquote(s)); if (q) x = quote(x); if (neq(x, s)) ai_postTriple(s, "switcheroo", x); }