Result of Generator::evaluate_condition()
#535
-
|
If the result is |
Beta Was this translation helpful? Give feedback.
Answered by
GuillaumeGomez
Jul 22, 2025
Replies: 1 comment 5 replies
-
|
Not necessarily. It could be |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
Kijewski
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not necessarily. It could be
if x is defined || y is not defined. Sinceis definedis known at compile time, we can evaluate it at compile time. So for now,is definedandtrue/falseare the only cases as far as I can remember. They can be intricated though as demonstrated, hence why it goes recursively.