!7 p { new Matches m; if (flexMatchIC2_left("* - *", "1 - 2 - 3", m)) print("Matches: " + struct(m)); if (flexMatchIC2_left("* - *", "1 - (2 - 3)", m)) print("Matches: " + struct(m)); }