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
I am seeing parse failures using version 2.0.0 of the interpreter. The problem seems to be related to using comments on the same line as an "end" statement. I've seen the problem with loops, conditionals, and functions. I'm not sure if it affects other places. The following is a reproducible case:
I am seeing parse failures using version 2.0.0 of the interpreter. The problem seems to be related to using comments on the same line as an "end" statement. I've seen the problem with loops, conditionals, and functions. I'm not sure if it affects other places. The following is a reproducible case:
giving the error:
This same case passes with version 2.0.0b1
The text was updated successfully, but these errors were encountered: