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 currently implemented, conditional expressions must either come alone (i.e. - not interact with any other operator), or surrounded by parenthesis. So, this is legal:
As currently implemented, conditional expressions must either come alone (i.e. - not interact with any other operator), or surrounded by parenthesis. So, this is legal:
And this is also legal:
But this isn't:
Currently, this is a limitation of the parser, but we need a debate on whether that's actually a good restriction on conditional expressions.
The text was updated successfully, but these errors were encountered: