You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed with ISSOtm, we both often write e.g. assert fail N < MAX_N, "oops" and then have to correct it to assert fail, N < MAX_N, "oops". There should be no grammar issues with making the comma optional and allowing either syntax.
As discussed with ISSOtm, we both often write e.g.
assert fail N < MAX_N, "oops"and then have to correct it toassert fail, N < MAX_N, "oops". There should be no grammar issues with making the comma optional and allowing either syntax.