20.12.2009, 15:37
Quote:
Originally Posted by Angel φ
You didn't understand me. I know that , but if i use ELSE , what he will choose ?
|
something
else //both are equal to false
something
That's what you wanted to know, right?
If you'd use
if( var || var2 ) //var OR var 2 are equal to true
something
else //neither var OR var 2 are equal to true (both are equal to false)
something
That would happen