|
|
|
|
|
by truculent
1163 days ago
|
|
> `ma` must be evaluated before `mb` No - either one can be evaluated first, with the other being short-circuited. If you swap the order of those lines, the function is exactly the same (in terms of inputs and outputs, at least). |
|