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 think it's better to reduce as much of the language spec surface area as possible. Is there a strong reason to keep loop instead of just doing while true ?
The text was updated successfully, but these errors were encountered:
I think it's better to reduce as much of the language spec surface area as possible. Is there a strong reason to keep
loop
instead of just doingwhile true
?The text was updated successfully, but these errors were encountered: