!747 m { p { new Matches m; if (find3("this * is a *", "because this game is a draw!", m)) print("ok: " + structure(m.m)); else print("huh?"); } }