> Don't use || here use or instead. Cause || also return the specific return value. > And were not interested in the return value. It doesn't make a difference while > executing the code but in theorie or is faster in such a case. And why do you think that is faster in theory? - Dietmar