08.09.2013, 12:07
Hello, i have a question.
If my if has 2 conditions (&&) will the second part of it will even be evaluated if the first part is false?
I came up with this when one part had only a "==" in it, and the other was a function with a pretty big loop in it.
If my if has 2 conditions (&&) will the second part of it will even be evaluated if the first part is false?
I came up with this when one part had only a "==" in it, and the other was a function with a pretty big loop in it.