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
Fails to compile and causes a reload of the previous successful compilation - which is a second bug: failure to compile should result in a non-running script, not a script running an old edition.
Example that passes:
Prints:
Example that fails:
Fails to compile and causes a reload of the previous successful compilation - which is a second bug: failure to compile should result in a non-running script, not a script running an old edition.