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 these should be operators (& and |). I guess that & is pretty clear, I'm not sure if | has any intuition for non-programmers, but it is a well-established convention, and I don't think it's a big thing to learn. We might want to make && and || aliases for the simpler version (I don't think we should make short-circuiting part of the semantics, we can leave that as an implementation detail, but the doubled versions are more common in the wild)
Currently boolean and/or is not implemented.
The text was updated successfully, but these errors were encountered: