static S unpackOK(S s) { if (eqic(s, "OK")) ret ""; new Matches m; if (swic(s, "OK ", m)) ret $1; fail(s); }