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 would expect it to print 1 until it gets to 50, and then start printing 2. However, this always prints 1 no matter what, and also does not throw any compiler errors that range switch statements are unsupported
The text was updated successfully, but these errors were encountered:
Happyrobot33
changed the title
Switch expressions dont work even though they throw no compile errors
Switch ranger operators dont work even though they throw no compile errors
Apr 29, 2024
Happyrobot33
changed the title
Switch ranger operators dont work even though they throw no compile errors
Switch range operators dont work even though they throw no compile errors
Apr 29, 2024
Using code like this
I would expect it to print 1 until it gets to 50, and then start printing 2. However, this always prints 1 no matter what, and also does not throw any compiler errors that range switch statements are unsupported
The text was updated successfully, but these errors were encountered: