5 ms·
What do you mean there? What is not short-circuited there?
by hauleth 2mo ago
What do you mean there? What is not short-circuited there?
- turtleyacht 2mo agoThe whole thing `false or true' is sent in for evaluation, so if there is a side-effect function that returns `true', it is executed too. Because Elixir treats it as a macro and not short-circuit.