Short-circuit boolean operators #153
Closed
dgriffie79
started this conversation in
Ideas
Replies: 2 comments
-
This is something I have been meaning to add for a while but I kept pushing it off because I thought it was going to be harder to implement. With changes I made to some of the data structures used in the code generation step I made last year, this was actually really easy to implement, so the changes are in this branch and will be merged in by the next release, and in nightly sooner than that. |
Beta Was this translation helpful? Give feedback.
0 replies
-
wow thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
boolean evaluations don't short-circuit, which is surprising. Can this be added?
Beta Was this translation helpful? Give feedback.
All reactions